| H A D | sch_api.c | 921 struct tcmsg *tcm; in tc_fill_qdisc() 930 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*tcm), flags); in tc_fill_qdisc() 933 tcm = nlmsg_data(nlh); in tc_fill_qdisc() 934 tcm->tcm_family = AF_UNSPEC; in tc_fill_qdisc() 935 tcm->tcm__pad1 = 0; in tc_fill_qdisc() 936 tcm->tcm__pad2 = 0; in tc_fill_qdisc() 937 tcm->tcm_ifindex = qdisc_dev(q)->ifindex; in tc_fill_qdisc() 938 tcm->tcm_parent = clid; in tc_fill_qdisc() 939 tcm->tcm_handle = q->handle; in tc_fill_qdisc() 940 tcm in tc_fill_qdisc() 918 struct tcmsg *tcm; tc_fill_qdisc() local 997 tc_qdisc_dump_ignore(struct Qdisc * q,bool dump_invisible,const struct tcmsg * tcm) tc_qdisc_dump_ignore() argument 1498 __tc_get_qdisc(struct sk_buff * skb,struct nlmsghdr * n,struct netlink_ext_ack * extack,struct net_device * dev,struct nlattr * tca[TCA_MAX+1],struct tcmsg * tcm) __tc_get_qdisc() argument 1568 struct tcmsg *tcm = nlmsg_data(n); tc_get_qdisc() local 1612 __tc_modify_qdisc(struct sk_buff * skb,struct nlmsghdr * n,struct netlink_ext_ack * extack,struct net_device * dev,struct nlattr * tca[TCA_MAX+1],struct tcmsg * tcm) __tc_modify_qdisc() argument 1828 struct tcmsg *tcm; tc_modify_qdisc() local 1857 const struct tcmsg *tcm; tc_dump_qdisc_root() local 1917 const struct tcmsg *tcm; tc_dump_qdisc() local 1980 struct tcmsg *tcm; tc_fill_tclass() local 2201 __tc_ctl_tclass(struct sk_buff * skb,struct nlmsghdr * n,struct netlink_ext_ack * extack,struct net_device * dev,struct nlattr * tca[TCA_MAX+1],struct tcmsg * tcm) __tc_ctl_tclass() argument 2331 struct tcmsg *tcm = nlmsg_data(n); tc_ctl_tclass() local 2369 tc_dump_tclass_qdisc(struct Qdisc * q,struct sk_buff * skb,struct tcmsg * tcm,struct netlink_callback * cb,int * t_p,int s_t) tc_dump_tclass_qdisc() argument 2398 tc_dump_tclass_root(struct Qdisc * root,struct sk_buff * skb,struct tcmsg * tcm,struct netlink_callback * cb,int * t_p,int s_t,bool recur) tc_dump_tclass_root() argument 2429 __tc_dump_tclass(struct sk_buff * skb,struct netlink_callback * cb,struct tcmsg * tcm,struct net_device * dev) __tc_dump_tclass() argument 2455 struct tcmsg *tcm = nlmsg_data(cb->nlh); tc_dump_tclass() local [all...] |