Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dlwtunnel.h137 int bpf_lwt_push_ip_encap(struct sk_buff *skb, void *hdr, u32 len,
/linux-6.15/net/core/
H A Dlwt_bpf.c596 int bpf_lwt_push_ip_encap(struct sk_buff *skb, void *hdr, u32 len, bool ingress) in bpf_lwt_push_ip_encap() function
H A Dfilter.c6500 return bpf_lwt_push_ip_encap(skb, hdr, len, ingress); in bpf_push_ip_encap()