Home
last modified time | relevance | path

Searched refs:tc_fifo_qopt (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/sched/
H A Dsch_fifo.c113 struct tc_fifo_qopt *ctl = nla_data(opt); in __fifo_init()
160 struct tc_fifo_qopt opt = { .limit = sch->limit }; in __fifo_dump()
242 nla = kmalloc(nla_attr_size(sizeof(struct tc_fifo_qopt)), GFP_KERNEL); in fifo_set_limit()
245 nla->nla_len = nla_attr_size(sizeof(struct tc_fifo_qopt)); in fifo_set_limit()
246 ((struct tc_fifo_qopt *)nla_data(nla))->limit = limit; in fifo_set_limit()
/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_sched.h123 struct tc_fifo_qopt { struct
/openbmc/linux/include/uapi/linux/
H A Dpkt_sched.h124 struct tc_fifo_qopt { struct