Home
last modified time | relevance | path

Searched defs:encap (Results 1 – 5 of 5) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dtest_cls_redirect_dynptr.c273 static ret_t accept_locally(struct __sk_buff *skb, encap_headers_t *encap) in accept_locally()
294 encap_headers_t *encap, struct in_addr *next_hop, in forward_with_gre()
421 encap_headers_t *encap, struct in_addr *next_hop, in forward_to_next_hop()
477 static ret_t get_next_hop(struct bpf_dynptr *dynptr, __u64 *offset, encap_headers_t *encap, in get_next_hop()
860 encap_headers_t *encap; in cls_redirect() local
Dtest_cls_redirect.c381 static INLINING ret_t accept_locally(struct __sk_buff *skb, encap_headers_t *encap) in accept_locally()
402 static INLINING ret_t forward_with_gre(struct __sk_buff *skb, encap_headers_t *encap, in forward_with_gre()
529 static INLINING ret_t forward_to_next_hop(struct __sk_buff *skb, encap_headers_t *encap, in forward_to_next_hop()
586 static INLINING ret_t get_next_hop(buf_t *pkt, encap_headers_t *encap, in get_next_hop()
951 encap_headers_t *encap; in cls_redirect() local
Dtest_tunnel_kern.c760 struct bpf_fou_encap___local encap = {}; in ipip_gue_set_tunnel() local
799 struct bpf_fou_encap___local encap = {}; in ipip_fou_set_tunnel() local
838 struct bpf_fou_encap___local encap = {}; in ipip_encap_get_tunnel() local
/tools/testing/selftests/bpf/prog_tests/
Dtest_tunnel.c219 static int add_ipip_tunnel(enum ipip_encap encap) in add_ipip_tunnel()
557 static void test_ipip_tunnel(enum ipip_encap encap) in test_ipip_tunnel()
Dcls_redirect.c218 static void encap_init(encap_headers_t *encap, uint8_t hop_count, uint8_t proto) in encap_init()
248 encap_headers_t encap; in build_input() local