Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/
Dnetlink.h719 static inline struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() function
1065 pos = nla_next(pos, &(rem)))
/linux-2.6.39/net/sched/
Dematch.c363 rt_match = nla_next(rt_match, &list_len); in tcf_em_tree_validate()