Searched refs:entry_list (Results 1 – 2 of 2) sorted by relevance
511 struct nlattr *entry_list; in tcf_gate_dump() local543 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()
1928 struct nlattr *entry_list; in dump_schedule() local1943 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()