Searched refs:bpf_lwt_push_encap (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_lwt_seg6local.c | 323 err = bpf_lwt_push_encap(skb, 0, (void *)srh, sizeof(srh_buf)); in __encap_srh()
|
D | bpf_helpers.h | 121 static int (*bpf_lwt_push_encap)(void *ctx, unsigned int type, void *hdr, variable
|
/Linux-v4.19/net/core/ |
D | filter.c | 4575 BPF_CALL_4(bpf_lwt_push_encap, struct sk_buff *, skb, u32, type, void *, hdr, in BPF_CALL_4() argument 4590 .func = bpf_lwt_push_encap, 4815 func == bpf_lwt_push_encap) in bpf_helper_changes_pkt_data()
|