Home
last modified time | relevance | path

Searched refs:bpf_lwt_seg6_action (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_lwt_seg6local.c350 err = bpf_lwt_seg6_action(skb, SEG6_LOCAL_ACTION_END_X, in __add_egr_x()
417 err = bpf_lwt_seg6_action(skb, SEG6_LOCAL_ACTION_END_T, in __inspect_t()
Dtest_seg6_loop.c252 err = bpf_lwt_seg6_action(skb, SEG6_LOCAL_ACTION_END_X, in __add_egr_x()
/Linux-v5.4/tools/testing/selftests/bpf/
Dbpf_helpers.h151 static int (*bpf_lwt_seg6_action)(void *ctx, unsigned int action, void *param, variable
/Linux-v5.4/net/core/
Dfilter.c5071 BPF_CALL_4(bpf_lwt_seg6_action, struct sk_buff *, skb, in BPF_CALL_4() argument
5135 .func = bpf_lwt_seg6_action,
5956 func == bpf_lwt_seg6_action || in bpf_helper_changes_pkt_data()