Home
last modified time | relevance | path

Searched refs:nla_next (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dnlattr.h63 pos = nla_next(pos, &(rem)))
H A Dnlattr.c25 static struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() function
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dnlattr.c25 static struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() function
H A Dnlattr.h78 pos = nla_next(pos, &(rem)))
/kernel/linux/linux-5.10/net/openvswitch/
H A Dactions.c955 a = nla_next(a, &rem)) { in output_userspace()
1026 actions = nla_next(sample_arg, &rem); in sample()
1056 actions = nla_next(clone_arg, &rem); in clone()
1215 actions = nla_next(cpl_arg, &rem); in execute_check_pkt_len()
1221 actions = nla_next(cpl_arg, &rem); in execute_check_pkt_len()
1222 actions = nla_next(actions, &rem); in execute_check_pkt_len()
1278 a = nla_next(a, &rem)) { in do_execute_actions()
H A Dflow_netlink.c2317 a = nla_next(a, &rem); in ovs_nla_free_clone_action()
2342 a = nla_next(a, &rem); in ovs_nla_free_sample_action()
3487 actions = nla_next(sample_arg, &rem); in sample_action_to_attr()
3525 attr = nla_next(nla_data(attr), &rem); in clone_action_to_attr()
3562 a = nla_next(cpl_arg, &rem); in check_pkt_len_action_to_attr()
3581 a = nla_next(a, &rem); in check_pkt_len_action_to_attr()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dactions.c961 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()
H A Dflow_netlink.c2348 a = nla_next(a, &rem); in ovs_nla_free_clone_action()
2373 a = nla_next(a, &rem); in ovs_nla_free_sample_action()
3536 actions = nla_next(sample_arg, &rem); in sample_action_to_attr()
3574 attr = nla_next(nla_data(attr), &rem); in clone_action_to_attr()
3611 a = nla_next(cpl_arg, &rem); in check_pkt_len_action_to_attr()
3630 a = nla_next(a, &rem); in check_pkt_len_action_to_attr()
/kernel/linux/linux-5.10/include/net/
H A Dnetlink.h86 * nla_next(nla)-----------------------------'
150 * nla_next(nla, remaining) get next netlink attribute
1164 * nla_next - next netlink attribute in attribute stream
1171 static inline struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() function
1923 pos = nla_next(pos, &(rem)))
/kernel/linux/linux-6.6/include/net/
H A Dnetlink.h86 * nla_next(nla)-----------------------------'
150 * nla_next(nla, remaining) get next netlink attribute
1210 * nla_next - next netlink attribute in attribute stream
1217 static inline struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() function
1969 pos = nla_next(pos, &(rem)))
/kernel/linux/linux-5.10/net/sched/
H A Dematch.c368 rt_match = nla_next(rt_match, &list_len); in tcf_em_tree_validate()
H A Dcls_flower.c1413 nla_opt_msk = nla_next(nla_opt_msk, &msk_depth); in fl_set_enc_opt()
/kernel/linux/linux-6.6/net/sched/
H A Dematch.c368 rt_match = nla_next(rt_match, &list_len); in tcf_em_tree_validate()
H A Dcls_flower.c1590 nla_opt_msk = nla_next(nla_opt_msk, &msk_depth); in fl_set_enc_opt()

Completed in 29 milliseconds