Lines Matching defs:portid
1188 u32 portid, u32 seq, u16 flags, int event, int bind,
1196 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*t), flags);
1222 tcf_get_notify(struct net *net, u32 portid, struct nlmsghdr *n,
1231 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, 0, event,
1238 return rtnl_unicast(skb, net, portid);
1242 struct nlmsghdr *n, u32 portid,
1286 struct nlmsghdr *n, u32 portid,
1319 nlh = nlmsg_put(skb, portid, n->nlmsg_seq, RTM_DELACTION,
1347 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC,
1394 u32 portid, size_t attr_size, struct netlink_ext_ack *extack)
1404 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, 0, RTM_DELACTION,
1419 ret = rtnetlink_send(skb, net, portid, RTNLGRP_TC,
1428 u32 portid, int event, struct netlink_ext_ack *extack)
1443 return tca_action_flush(net, tb[1], n, portid, extack);
1450 act = tcf_action_get_1(net, tb[i], n, portid, extack);
1462 ret = tcf_get_notify(net, portid, n, actions, event, extack);
1464 ret = tcf_del_notify(net, n, actions, portid, attr_size, extack);
1476 u32 portid, size_t attr_size, struct netlink_ext_ack *extack)
1486 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, n->nlmsg_flags,
1493 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC,
1501 struct nlmsghdr *n, u32 portid, int ovr,
1518 ret = tcf_add_notify(net, n, actions, portid, attr_size, extack);
1539 u32 portid = NETLINK_CB(skb).portid;
1567 ret = tcf_action_add(net, tca[TCA_ACT_TAB], n, portid, ovr,
1572 portid, RTM_DELACTION, extack);
1576 portid, RTM_GETACTION, extack);
1649 nlh = nlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq,
1684 if (NETLINK_CB(cb->skb).portid && ret)