Searched refs:bpf_lwt_seg6_action (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_lwt_seg6local.c | 361 err = bpf_lwt_seg6_action(skb, SEG6_LOCAL_ACTION_END_X, in __add_egr_x() 428 err = bpf_lwt_seg6_action(skb, SEG6_LOCAL_ACTION_END_T, in __inspect_t()
|
D | bpf_helpers.h | 127 static int (*bpf_lwt_seg6_action)(void *ctx, unsigned int action, void *param, variable
|
/Linux-v4.19/net/core/ |
D | filter.c | 4657 BPF_CALL_4(bpf_lwt_seg6_action, struct sk_buff *, skb, in BPF_CALL_4() argument 4721 .func = bpf_lwt_seg6_action, 4813 func == bpf_lwt_seg6_action || in bpf_helper_changes_pkt_data()
|