Searched refs:bpf_lwt_seg6_action (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_lwt_seg6local.c | 350 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()
|
H A D | test_seg6_loop.c | 254 err = bpf_lwt_seg6_action(skb, SEG6_LOCAL_ACTION_END_X, in __add_egr_x()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 6494 BPF_CALL_4(bpf_lwt_seg6_action, struct sk_buff *, skb, in BPF_CALL_4() argument 6558 .func = bpf_lwt_seg6_action, 7889 func == bpf_lwt_seg6_action || in bpf_helper_changes_pkt_data()
|