Home
last modified time | relevance | path

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

/linux/net/openvswitch/
A Dactions.c920 a = nla_next(a, &rem)) { in output_userspace()
997 actions = nla_next(sample_arg, &rem); in sample()
1027 actions = nla_next(clone_arg, &rem); in clone()
1186 actions = nla_next(cpl_arg, &rem); in execute_check_pkt_len()
1192 actions = nla_next(cpl_arg, &rem); in execute_check_pkt_len()
1193 actions = nla_next(actions, &rem); in execute_check_pkt_len()
1249 a = nla_next(a, &rem)) { in do_execute_actions()
A Dflow_netlink.c3395 actions = nla_next(sample_arg, &rem); in sample_action_to_attr()
3468 a = nla_next(cpl_arg, &rem); in check_pkt_len_action_to_attr()
3487 a = nla_next(a, &rem); in check_pkt_len_action_to_attr()
/linux/tools/lib/bpf/
A Dnlattr.h76 pos = nla_next(pos, &(rem)))
A Dnlattr.c25 static struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() function
/linux/net/sched/
A Dematch.c366 rt_match = nla_next(rt_match, &list_len); in tcf_em_tree_validate()
A Dcls_flower.c1401 nla_opt_msk = nla_next(nla_opt_msk, &msk_depth); in fl_set_enc_opt()
/linux/include/net/
A Dnetlink.h1171 static inline struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() function
1923 pos = nla_next(pos, &(rem)))

Completed in 25 milliseconds