Home
last modified time | relevance | path

Searched refs:entry_list (Results 1 – 2 of 2) sorted by relevance

/net/sched/
Dact_gate.c511 struct nlattr *entry_list; in tcf_gate_dump() local
543 entry_list = nla_nest_start_noflag(skb, TCA_GATE_ENTRY_LIST); in tcf_gate_dump()
544 if (!entry_list) in tcf_gate_dump()
552 nla_nest_end(skb, entry_list); in tcf_gate_dump()
Dsch_taprio.c1928 struct nlattr *entry_list; in dump_schedule() local
1943 entry_list = nla_nest_start_noflag(msg, in dump_schedule()
1945 if (!entry_list) in dump_schedule()
1953 nla_nest_end(msg, entry_list); in dump_schedule()
1957 nla_nest_cancel(msg, entry_list); in dump_schedule()