Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dnetlink.h703 static inline struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() function
1225 pos = nla_next(pos, &(rem)))
/linux-4.1.27/net/openvswitch/
Dactions.c624 a = nla_next(a, &rem)) { in output_userspace()
664 a = nla_next(a, &rem)) { in sample()
857 a = nla_next(a, &rem)) { in do_execute_actions()
/linux-4.1.27/net/sched/
Dematch.c366 rt_match = nla_next(rt_match, &list_len); in tcf_em_tree_validate()