| H A D | sch_api.c | 904 struct tcmsg *tcm; in tc_fill_qdisc() local 913 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*tcm), flags); in tc_fill_qdisc() 916 tcm = nlmsg_data(nlh); in tc_fill_qdisc() 917 tcm->tcm_family = AF_UNSPEC; in tc_fill_qdisc() 918 tcm->tcm__pad1 = 0; in tc_fill_qdisc() 919 tcm->tcm__pad2 = 0; in tc_fill_qdisc() 920 tcm->tcm_ifindex = qdisc_dev(q)->ifindex; in tc_fill_qdisc() 921 tcm->tcm_parent = clid; in tc_fill_qdisc() 922 tcm->tcm_handle = q->handle; in tc_fill_qdisc() 923 tcm in tc_fill_qdisc() 1471 __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 1541 struct tcmsg *tcm = nlmsg_data(n); tc_get_qdisc() local 1585 __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 1801 struct tcmsg *tcm; tc_modify_qdisc() local 1946 struct tcmsg *tcm; tc_fill_tclass() local 2164 __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 2294 struct tcmsg *tcm = nlmsg_data(n); tc_ctl_tclass() local 2332 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 2361 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 2392 __tc_dump_tclass(struct sk_buff * skb,struct netlink_callback * cb,struct tcmsg * tcm,struct net_device * dev) __tc_dump_tclass() argument 2418 struct tcmsg *tcm = nlmsg_data(cb->nlh); tc_dump_tclass() local [all...] |