Searched refs:nla_next (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/tools/lib/bpf/ |
A D | nlattr.h | 78 pos = nla_next(pos, &(rem)))
|
A D | nlattr.c | 25 static struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() function
|
/linux-6.3-rc2/net/openvswitch/ |
A D | actions.c | 956 a = nla_next(a, &rem)) { in output_userspace() 1033 actions = nla_next(sample_arg, &rem); in sample() 1063 actions = nla_next(clone_arg, &rem); in clone() 1222 actions = nla_next(cpl_arg, &rem); in execute_check_pkt_len() 1228 actions = nla_next(cpl_arg, &rem); in execute_check_pkt_len() 1229 actions = nla_next(actions, &rem); in execute_check_pkt_len() 1285 a = nla_next(a, &rem)) { in do_execute_actions()
|
A D | flow_netlink.c | 2345 a = nla_next(a, &rem); in ovs_nla_free_clone_action() 2370 a = nla_next(a, &rem); in ovs_nla_free_sample_action() 3509 actions = nla_next(sample_arg, &rem); in sample_action_to_attr() 3547 attr = nla_next(nla_data(attr), &rem); in clone_action_to_attr() 3584 a = nla_next(cpl_arg, &rem); in check_pkt_len_action_to_attr() 3603 a = nla_next(a, &rem); in check_pkt_len_action_to_attr()
|
/linux-6.3-rc2/net/sched/ |
A D | ematch.c | 368 rt_match = nla_next(rt_match, &list_len); in tcf_em_tree_validate()
|
A D | cls_flower.c | 1542 nla_opt_msk = nla_next(nla_opt_msk, &msk_depth); in fl_set_enc_opt()
|
/linux-6.3-rc2/include/net/ |
A D | netlink.h | 1221 static inline struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() function 1973 pos = nla_next(pos, &(rem)))
|
Completed in 24 milliseconds