/net/bluetooth/hidp/ |
H A D | core.c | 186 case 0x01: /* Keyboard report */ 214 case 0x02: /* Mouse report */ 232 static int hidp_send_report(struct hidp_session *session, struct hid_report *report) argument 237 rsize = ((report->size - 1) >> 3) + 1 + (report->id > 0); 241 hid_output_report(report, buf); 278 /* Set up our wait, and send the report request to the device. */ 287 /* Wait for the return of the report. The returned report 349 /* Set up our wait, and send the report reques 688 struct hid_report *report; local [all...] |
/net/netfilter/ |
H A D | nf_conntrack_expect.c | 44 u32 portid, int report) 58 nf_ct_expect_event_report(IPEXP_DESTROY, exp, portid, report); 416 u32 portid, int report) 429 nf_ct_expect_event_report(IPEXP_NEW, expect, portid, report); 43 nf_ct_unlink_expect_report(struct nf_conntrack_expect *exp, u32 portid, int report) argument 415 nf_ct_expect_related_report(struct nf_conntrack_expect *expect, u32 portid, int report) argument
|
H A D | nf_conntrack_ecache.c | 67 item.report = 0;
|
H A D | nf_conntrack_core.c | 1265 int report; member in struct:__nf_ct_flush_report 1279 fr->portid, fr->report) < 0) 1302 void nf_conntrack_flush_report(struct net *net, u32 portid, int report) argument 1306 .report = report,
|
H A D | nf_conntrack_netlink.c | 636 if (!item->report && !nfnetlink_has_listeners(net, group)) 723 err = nfnetlink_send(skb, net, item->portid, group, item->report, 1039 /* we failed to report the event, try later */ 1044 /* death_by_timeout would report the event again */ 2325 if (!item->report && !nfnetlink_has_listeners(net, group)) 2348 nfnetlink_send(skb, net, item->portid, group, item->report, GFP_ATOMIC); 2738 u32 portid, int report) 2851 err = nf_ct_expect_related_report(exp, portid, report); 2735 ctnetlink_create_expect(struct net *net, u16 zone, const struct nlattr * const cda[], u_int8_t u3, u32 portid, int report) argument
|
/net/netlink/ |
H A D | genetlink.c | 1054 int report = 0; local 1057 report = nlmsg_report(nlh); 1059 nlmsg_notify(sk, skb, portid, group, report, flags);
|
H A D | af_netlink.c | 1850 * netlink_set_err - report error to broadcast listeners 2633 * @report: 1 to report back, 0 to disable 2637 unsigned int group, int report, gfp_t flags) 2644 if (report) { 2654 if (report) { 2636 nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid, unsigned int group, int report, gfp_t flags) argument
|
/net/sctp/ |
H A D | sm_make_chunk.c | 34 * Or submit a bug report through the following website: 283 /* If we have any extensions to report, account for that */ 671 /* Make an ECNE chunk. This is a congestion experienced report. */ 1204 * to report all the errors, if the incoming chunk is large 1860 struct __sctp_missing report; local 1863 len = WORD_ROUND(sizeof(report)); 1872 report.num_missing = htonl(1); 1873 report.type = paramtype; 1875 sizeof(report)); 1876 sctp_addto_chunk(*errp, sizeof(report), [all...] |
/net/core/ |
H A D | rtnetlink.c | 546 int report = 0; local 549 report = nlmsg_report(nlh); 551 nlmsg_notify(rtnl, skb, pid, group, report, flags); 955 * report anything.
|
/net/xfrm/ |
H A D | xfrm_state.c | 1754 if (km->report) { 1755 ret = km->report(net, proto, sel, addr);
|
H A D | xfrm_user.c | 2995 .report = xfrm_send_report,
|