Home
last modified time | relevance | path

Searched refs:bpf_lwt_push_encap (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_lwt_seg6local.c323 err = bpf_lwt_push_encap(skb, 0, (void *)srh, sizeof(srh_buf)); in __encap_srh()
Dbpf_helpers.h121 static int (*bpf_lwt_push_encap)(void *ctx, unsigned int type, void *hdr, variable
/Linux-v4.19/net/core/
Dfilter.c4575 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()