Lines Matching defs:portid

456 ctnetlink_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type,
462 unsigned int flags = portid ? NLM_F_MULTI : 0, event;
465 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*nfmsg), flags);
644 nlh = nlmsg_put(skb, item->portid, 0, type, sizeof(*nfmsg), flags);
723 err = nfnetlink_send(skb, net, item->portid, group, item->report,
800 ctnetlink_fill_info(skb, NETLINK_CB(cb->skb).portid,
1012 NETLINK_CB(skb).portid,
1036 NETLINK_CB(skb).portid,
1120 err = ctnetlink_fill_info(skb2, NETLINK_CB(skb).portid, nlh->nlmsg_seq,
1127 err = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT);
1174 res = ctnetlink_fill_info(skb, NETLINK_CB(cb->skb).portid,
1809 ct, NETLINK_CB(skb).portid,
1832 ct, NETLINK_CB(skb).portid,
1842 ctnetlink_ct_stat_cpu_fill_info(struct sk_buff *skb, u32 portid, u32 seq,
1847 unsigned int flags = portid ? NLM_F_MULTI : 0, event;
1850 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*nfmsg), flags);
1902 NETLINK_CB(cb->skb).portid,
1928 ctnetlink_stat_ct_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type,
1933 unsigned int flags = portid ? NLM_F_MULTI : 0, event;
1937 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*nfmsg), flags);
1970 err = ctnetlink_stat_ct_fill_info(skb2, NETLINK_CB(skb).portid,
1977 err = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT);
2274 ctnetlink_exp_fill_info(struct sk_buff *skb, u32 portid, u32 seq,
2279 unsigned int flags = portid ? NLM_F_MULTI : 0;
2282 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*nfmsg), flags);
2333 nlh = nlmsg_put(skb, item->portid, 0, type, sizeof(*nfmsg), flags);
2348 nfnetlink_send(skb, net, item->portid, group, item->report, GFP_ATOMIC);
2390 NETLINK_CB(cb->skb).portid,
2436 if (ctnetlink_exp_fill_info(skb, NETLINK_CB(cb->skb).portid,
2574 err = ctnetlink_exp_fill_info(skb2, NETLINK_CB(skb).portid,
2581 err = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT);
2635 nf_ct_unlink_expect_report(exp, NETLINK_CB(skb).portid,
2657 NETLINK_CB(skb).portid,
2673 NETLINK_CB(skb).portid,
2738 u32 portid, int report)
2851 err = nf_ct_expect_related_report(exp, portid, report);
2894 NETLINK_CB(skb).portid,
2909 ctnetlink_exp_stat_fill_info(struct sk_buff *skb, u32 portid, u32 seq, int cpu,
2914 unsigned int flags = portid ? NLM_F_MULTI : 0, event;
2917 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*nfmsg), flags);
2956 if (ctnetlink_exp_stat_fill_info(skb, NETLINK_CB(cb->skb).portid,