Lines Matching refs:portid
1332 u32 portid, u32 seq, u16 flags, int event) in tc_fill_qdisc() argument
1344 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*tcm), flags); in tc_fill_qdisc()
1404 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0; in qdisc_notify() local
1411 if (tc_fill_qdisc(skb, old, clid, portid, n->nlmsg_seq, in qdisc_notify()
1416 if (tc_fill_qdisc(skb, new, clid, portid, n->nlmsg_seq, in qdisc_notify()
1422 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_notify()
1445 tc_fill_qdisc(skb, q, q->parent, NETLINK_CB(cb->skb).portid, in tc_dump_qdisc_root()
1456 tc_fill_qdisc(skb, q, q->parent, NETLINK_CB(cb->skb).portid, in tc_dump_qdisc_root()
1529 u32 portid; in tc_ctl_tclass() local
1561 portid = tcm->tcm_parent; in tc_ctl_tclass()
1565 if (portid != TC_H_ROOT) { in tc_ctl_tclass()
1566 u32 qid1 = TC_H_MAJ(portid); in tc_ctl_tclass()
1582 if (portid) in tc_ctl_tclass()
1583 portid = TC_H_MAKE(qid, portid); in tc_ctl_tclass()
1601 if (portid == TC_H_ROOT) in tc_ctl_tclass()
1640 err = cops->change(q, clid, portid, tca, &new_cl); in tc_ctl_tclass()
1654 u32 portid, u32 seq, u16 flags, int event) in tc_fill_tclass() argument
1663 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*tcm), flags); in tc_fill_tclass()
1703 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0; in tclass_notify() local
1709 if (tc_fill_tclass(skb, q, cl, portid, n->nlmsg_seq, 0, event) < 0) { in tclass_notify()
1714 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_notify()
1728 return tc_fill_tclass(a->skb, q, cl, NETLINK_CB(a->cb->skb).portid, in qdisc_class_dump()