Searched refs:nla_next (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/tools/lib/bpf/ |
| D | nlattr.h | 78 pos = nla_next(pos, &(rem)))
|
| D | nlattr.c | 25 static struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() function
|
| /Linux-v6.6/net/openvswitch/ |
| D | actions.c | 961 a = nla_next(a, &rem)) { in output_userspace() 1038 actions = nla_next(sample_arg, &rem); in sample() 1068 actions = nla_next(clone_arg, &rem); in clone() 1235 actions = nla_next(cpl_arg, &rem); in execute_check_pkt_len() 1241 actions = nla_next(cpl_arg, &rem); in execute_check_pkt_len() 1242 actions = nla_next(actions, &rem); in execute_check_pkt_len() 1298 a = nla_next(a, &rem)) { in do_execute_actions()
|
| D | flow_netlink.c | 2347 a = nla_next(a, &rem); in ovs_nla_free_clone_action() 2372 a = nla_next(a, &rem); in ovs_nla_free_sample_action() 3519 actions = nla_next(sample_arg, &rem); in sample_action_to_attr() 3557 attr = nla_next(nla_data(attr), &rem); in clone_action_to_attr() 3594 a = nla_next(cpl_arg, &rem); in check_pkt_len_action_to_attr() 3613 a = nla_next(a, &rem); in check_pkt_len_action_to_attr()
|
| /Linux-v6.6/net/sched/ |
| D | ematch.c | 368 rt_match = nla_next(rt_match, &list_len); in tcf_em_tree_validate()
|
| D | cls_flower.c | 1590 nla_opt_msk = nla_next(nla_opt_msk, &msk_depth); in fl_set_enc_opt()
|
| /Linux-v6.6/include/net/ |
| D | netlink.h | 1217 static inline struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() function 1969 pos = nla_next(pos, &(rem)))
|