Lines Matching defs:portid
1973 u32 portid, u32 seq, u16 flags, int event,
1981 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*tcm), flags);
2038 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0;
2045 if (tcf_fill_node(net, skb, tp, block, q, parent, fh, portid,
2053 err = rtnl_unicast(skb, net, portid);
2055 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC,
2067 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0;
2074 if (tcf_fill_node(net, skb, tp, block, q, parent, fh, portid,
2089 err = rtnl_unicast(skb, net, portid);
2091 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC,
2653 n, NETLINK_CB(a->cb->skb).portid,
2687 NETLINK_CB(cb->skb).portid,
2832 u32 portid, u32 seq, u16 flags, int event,
2844 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*tcm), flags);
2888 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0;
2899 chain->index, net, skb, block, portid,
2906 err = rtnl_unicast(skb, net, portid);
2908 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC,
2919 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0;
2928 block, portid, seq, flags, RTM_DELCHAIN, NULL) <= 0) {
2934 return rtnl_unicast(skb, net, portid);
2936 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO);
3194 NETLINK_CB(cb->skb).portid,