Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dsch_fifo.c68 struct tc_fifo_qopt *ctl = nla_data(opt); in fifo_init()
90 struct tc_fifo_qopt opt = { .limit = sch->limit }; in fifo_dump()
151 nla = kmalloc(nla_attr_size(sizeof(struct tc_fifo_qopt)), GFP_KERNEL); in fifo_set_limit()
154 nla->nla_len = nla_attr_size(sizeof(struct tc_fifo_qopt)); in fifo_set_limit()
155 ((struct tc_fifo_qopt *)nla_data(nla))->limit = limit; in fifo_set_limit()
/Linux-v5.4/tools/include/uapi/linux/
Dpkt_sched.h123 struct tc_fifo_qopt { struct
/Linux-v5.4/include/uapi/linux/
Dpkt_sched.h124 struct tc_fifo_qopt { struct