Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dnlattr.h78 pos = nla_next(pos, &(rem)))
H A Dnlattr.c25 static struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() function
/linux-6.15/net/openvswitch/
H A Dactions.c1057 actions = nla_next(sample_arg, &rem); in sample()
1095 actions = nla_next(clone_arg, &rem); in clone()
1262 actions = nla_next(cpl_arg, &rem); in execute_check_pkt_len()
1268 actions = nla_next(cpl_arg, &rem); in execute_check_pkt_len()
1269 actions = nla_next(actions, &rem); in execute_check_pkt_len()
1363 a = nla_next(a, &rem)) { in do_execute_actions()
H A Dflow_netlink.c2357 a = nla_next(a, &rem); in ovs_nla_free_clone_action()
2382 a = nla_next(a, &rem); in ovs_nla_free_sample_action()
3567 actions = nla_next(sample_arg, &rem); in sample_action_to_attr()
3605 attr = nla_next(nla_data(attr), &rem); in clone_action_to_attr()
3642 a = nla_next(cpl_arg, &rem); in check_pkt_len_action_to_attr()
3661 a = nla_next(a, &rem); in check_pkt_len_action_to_attr()
/linux-6.15/net/sched/
H A Dematch.c368 rt_match = nla_next(rt_match, &list_len); in tcf_em_tree_validate()
H A Dcls_flower.c1709 nla_opt_msk = nla_next(nla_opt_msk, &msk_depth); in fl_set_enc_opt()
/linux-6.15/include/net/
H A Dnetlink.h1283 static inline struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() function
2364 pos = nla_next(pos, &(rem)))