Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/bpf/
Dnlattr.h68 pos = nla_next(pos, &(rem)))
Dnlattr.c34 static struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() function
/Linux-v4.19/include/net/
Dnetlink.h729 static inline struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() function
1402 pos = nla_next(pos, &(rem)))
/Linux-v4.19/net/openvswitch/
Dactions.c990 a = nla_next(a, &rem)) { in output_userspace()
1046 actions = nla_next(sample_arg, &rem); in sample()
1076 actions = nla_next(clone_arg, &rem); in clone()
1220 a = nla_next(a, &rem)) { in do_execute_actions()
Dflow_netlink.c3139 actions = nla_next(sample_arg, &rem); in sample_action_to_attr()
/Linux-v4.19/net/sched/
Dematch.c366 rt_match = nla_next(rt_match, &list_len); in tcf_em_tree_validate()
Dcls_flower.c751 nla_opt_msk = nla_next(nla_opt_msk, &msk_depth); in fl_set_enc_opt()