/net/netfilter/ |
D | nfnetlink_queue_ct.c | 101 u32 portid, u32 report) in nfqnl_attach_expect() argument 112 return nfq_ct->attach_expect(attr, ct, portid, report); in nfqnl_attach_expect()
|
D | nf_conntrack_expect.c | 44 u32 portid, int report) in nf_ct_unlink_expect_report() argument 58 nf_ct_expect_event_report(IPEXP_DESTROY, exp, portid, report); in nf_ct_unlink_expect_report() 439 u32 portid, int report) in nf_ct_expect_related_report() argument 452 nf_ct_expect_event_report(IPEXP_NEW, expect, portid, report); in nf_ct_expect_related_report()
|
D | nf_conntrack_core.c | 355 bool nf_ct_delete(struct nf_conn *ct, u32 portid, int report) in nf_ct_delete() argument 367 portid, report) < 0) { in nf_ct_delete() 1405 void *data, u32 portid, int report) in nf_ct_iterate_cleanup() argument 1413 nf_ct_delete(ct, portid, report); in nf_ct_iterate_cleanup() 1437 void nf_conntrack_flush_report(struct net *net, u32 portid, int report) in nf_conntrack_flush_report() argument 1439 nf_ct_iterate_cleanup(net, kill_all, NULL, portid, report); in nf_conntrack_flush_report()
|
D | nf_conntrack_netlink.c | 642 if (!item->report && !nfnetlink_has_listeners(net, group)) in ctnetlink_conntrack_event() 726 err = nfnetlink_send(skb, net, item->portid, group, item->report, in ctnetlink_conntrack_event() 2196 u32 portid, u32 report) in ctnetlink_nfqueue_attach_expect() argument 2227 err = nf_ct_expect_related_report(exp, portid, report); in ctnetlink_nfqueue_attach_expect() 2435 if (!item->report && !nfnetlink_has_listeners(net, group)) in ctnetlink_expect_event() 2458 nfnetlink_send(skb, net, item->portid, group, item->report, GFP_ATOMIC); in ctnetlink_expect_event() 2907 u_int8_t u3, u32 portid, int report) in ctnetlink_create_expect() argument 2962 err = nf_ct_expect_related_report(exp, portid, report); in ctnetlink_create_expect()
|
D | nf_tables_api.c | 105 ctx->report = nlmsg_report(nlh); in nft_ctx_init() 442 if (!ctx->report && in nf_tables_table_notify() 459 ctx->report, GFP_KERNEL); in nf_tables_table_notify() 986 if (!ctx->report && in nf_tables_chain_notify() 1004 ctx->report, GFP_KERNEL); in nf_tables_chain_notify() 1727 if (!ctx->report && in nf_tables_rule_notify() 1745 ctx->report, GFP_KERNEL); in nf_tables_rule_notify() 2382 if (!ctx->report && in nf_tables_set_notify() 2398 ctx->report, gfp_flags); in nf_tables_set_notify() 3058 if (!ctx->report && !nfnetlink_has_listeners(net, NFNLGRP_NFTABLES)) in nf_tables_setelem_notify() [all …]
|
D | nf_conntrack_ecache.c | 151 item.report = 0; in nf_ct_deliver_cached_events()
|
/net/netlink/ |
D | genetlink.c | 1100 int report = 0; in genl_notify() local 1103 report = nlmsg_report(nlh); in genl_notify() 1108 nlmsg_notify(sk, skb, portid, group, report, flags); in genl_notify()
|
D | af_netlink.c | 2215 unsigned int group, int report, gfp_t flags) in nlmsg_notify() argument 2222 if (report) { in nlmsg_notify() 2232 if (report) { in nlmsg_notify()
|
/net/sctp/ |
D | sm_make_chunk.c | 1877 struct __sctp_missing report; in sctp_process_missing_param() local 1880 len = WORD_ROUND(sizeof(report)); in sctp_process_missing_param() 1889 report.num_missing = htonl(1); in sctp_process_missing_param() 1890 report.type = paramtype; in sctp_process_missing_param() 1892 sizeof(report)); in sctp_process_missing_param() 1893 sctp_addto_chunk(*errp, sizeof(report), &report); in sctp_process_missing_param()
|
/net/core/ |
D | rtnetlink.c | 642 int report = 0; in rtnl_notify() local 645 report = nlmsg_report(nlh); in rtnl_notify() 647 nlmsg_notify(rtnl, skb, pid, group, report, flags); in rtnl_notify()
|
/net/xfrm/ |
D | xfrm_state.c | 1812 if (km->report) { in km_report() 1813 ret = km->report(net, proto, sel, addr); in km_report()
|
D | xfrm_user.c | 3107 .report = xfrm_send_report,
|