Lines Matching full:portid
1646 u32 portid, u32 seq, u16 flags, int event, int bind,
1654 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*t), flags);
1685 tcf_get_notify(struct net *net, u32 portid, struct nlmsghdr *n,
1694 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, 0, event,
1701 return rtnl_unicast(skb, net, portid);
1705 struct nlmsghdr *n, u32 portid,
1749 struct nlmsghdr *n, u32 portid,
1782 nlh = nlmsg_put(skb, portid, n->nlmsg_seq, RTM_DELACTION,
1810 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC,
1959 u32 portid, size_t attr_size,
1968 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, 0, RTM_DELACTION,
1979 struct tc_action *actions[], u32 portid,
1988 skb = tcf_del_notify_msg(net, n, actions, portid, attr_size,
2002 return rtnetlink_maybe_send(skb, net, portid, RTNLGRP_TC,
2008 u32 portid, int event, struct netlink_ext_ack *extack)
2023 return tca_action_flush(net, tb[1], n, portid, extack);
2030 act = tcf_action_get_1(net, tb[i], n, portid, extack);
2042 ret = tcf_get_notify(net, portid, n, actions, event, extack);
2044 ret = tcf_del_notify(net, n, actions, portid, attr_size, extack);
2056 u32 portid, size_t attr_size,
2065 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, n->nlmsg_flags,
2076 struct tc_action *actions[], u32 portid,
2084 skb = tcf_add_notify_msg(net, n, actions, portid, attr_size,
2090 return rtnetlink_maybe_send(skb, net, portid, RTNLGRP_TC,
2095 struct nlmsghdr *n, u32 portid, u32 flags,
2113 ret = tcf_add_notify(net, n, actions, portid, attr_size, extack);
2132 u32 portid = NETLINK_CB(skb).portid;
2161 ret = tcf_action_add(net, tca[TCA_ACT_TAB], n, portid, flags,
2166 portid, RTM_DELACTION, extack);
2170 portid, RTM_GETACTION, extack);
2243 nlh = nlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq,
2278 if (NETLINK_CB(cb->skb).portid && ret)