Searched refs:BPF_LWT_ENCAP_IP (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_lwt_ip_encap.c43 err = bpf_lwt_push_encap(skb, BPF_LWT_ENCAP_IP, &hdr,
77 err = bpf_lwt_push_encap(skb, BPF_LWT_ENCAP_IP, &hdr,
/linux-master/include/uapi/linux/
H A Dbpf.h3469 * **BPF_LWT_ENCAP_IP**
3479 * of type **BPF_PROG_TYPE_LWT_IN**; **BPF_LWT_ENCAP_IP** type can
6182 BPF_LWT_ENCAP_IP, enumerator in enum:bpf_lwt_encap_mode
/linux-master/tools/include/uapi/linux/
H A Dbpf.h3469 * **BPF_LWT_ENCAP_IP**
3479 * of type **BPF_PROG_TYPE_LWT_IN**; **BPF_LWT_ENCAP_IP** type can
6182 BPF_LWT_ENCAP_IP, enumerator in enum:bpf_lwt_encap_mode
/linux-master/net/core/
H A Dfilter.c6370 case BPF_LWT_ENCAP_IP:
6383 case BPF_LWT_ENCAP_IP:

Completed in 223 milliseconds