Searched refs:nlmsg_report (Results 1 – 6 of 6) sorted by relevance
/linux/net/netfilter/ |
A D | nf_conntrack_netlink.c | 1599 nlmsg_report(info->nlh), u3); in ctnetlink_del_conntrack() 1625 nf_ct_delete(ct, NETLINK_CB(skb).portid, nlmsg_report(info->nlh)); in ctnetlink_del_conntrack() 2475 nlmsg_report(info->nlh)); in ctnetlink_new_conntrack() 2497 nlmsg_report(info->nlh)); in ctnetlink_new_conntrack() 3437 nlmsg_report(info->nlh)); in ctnetlink_del_expect() 3449 nlmsg_report(info->nlh)); in ctnetlink_del_expect() 3454 nlmsg_report(info->nlh)); in ctnetlink_del_expect() 3682 nlmsg_report(info->nlh)); in ctnetlink_new_expect()
|
A D | nfnetlink_queue.c | 1126 nlmsg_report(nlh)); in nfqnl_ct_parse()
|
A D | nf_tables_api.c | 142 ctx->report = nlmsg_report(nlh); in nft_ctx_init() 7904 if (!nlmsg_report(nlh) && in nf_tables_gen_notify() 7920 nlmsg_report(nlh), GFP_KERNEL); in nf_tables_gen_notify()
|
/linux/include/net/ |
A D | netlink.h | 886 static inline int nlmsg_report(const struct nlmsghdr *nlh) in nlmsg_report() function
|
/linux/net/netlink/ |
A D | genetlink.c | 1497 nlmsg_report(info->nlhdr), flags); in genl_notify()
|
/linux/net/core/ |
A D | rtnetlink.c | 730 nlmsg_notify(rtnl, skb, pid, group, nlmsg_report(nlh), flags); in rtnl_notify()
|
Completed in 44 milliseconds