Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/bpf/
Dnlattr.h63 pos = nla_next(pos, &(rem)))
Dnlattr.c25 static struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() function
/Linux-v5.10/net/openvswitch/
Dactions.c919 a = nla_next(a, &rem)) { in output_userspace()
993 actions = nla_next(sample_arg, &rem); in sample()
1023 actions = nla_next(clone_arg, &rem); in clone()
1182 actions = nla_next(cpl_arg, &rem); in execute_check_pkt_len()
1188 actions = nla_next(cpl_arg, &rem); in execute_check_pkt_len()
1189 actions = nla_next(actions, &rem); in execute_check_pkt_len()
1245 a = nla_next(a, &rem)) { in do_execute_actions()
Dflow_netlink.c3385 actions = nla_next(sample_arg, &rem); in sample_action_to_attr()
3458 a = nla_next(cpl_arg, &rem); in check_pkt_len_action_to_attr()
3477 a = nla_next(a, &rem); in check_pkt_len_action_to_attr()
/Linux-v5.10/net/sched/
Dematch.c366 rt_match = nla_next(rt_match, &list_len); in tcf_em_tree_validate()
Dcls_flower.c1312 nla_opt_msk = nla_next(nla_opt_msk, &msk_depth); in fl_set_enc_opt()
1345 nla_opt_msk = nla_next(nla_opt_msk, &msk_depth); in fl_set_enc_opt()
1378 nla_opt_msk = nla_next(nla_opt_msk, &msk_depth); in fl_set_enc_opt()
/Linux-v5.10/include/net/
Dnetlink.h1171 static inline struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() function
1923 pos = nla_next(pos, &(rem)))