Home
last modified time | relevance | path

Searched refs:attach_bpf (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/samples/bpf/
Dtest_cgrp2_sock2.sh25 function attach_bpf { function
50 attach_bpf 0
68 attach_bpf 1
Dtest_ipip.sh85 function attach_bpf { function
102 attach_bpf $DEV ipip_set_tunnel ipip_get_tunnel
124 attach_bpf $DEV ipip6_set_tunnel ipip6_get_tunnel
146 attach_bpf $DEV ip6ip6_set_tunnel ip6ip6_get_tunnel
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_tunnel.sh283 attach_bpf $DEV gre_set_tunnel gre_get_tunnel
308 attach_bpf $DEV ip6gretap_set_tunnel ip6gretap_get_tunnel
337 attach_bpf $DEV ip6gretap_set_tunnel ip6gretap_get_tunnel
366 attach_bpf $DEV erspan_set_tunnel erspan_get_tunnel
390 attach_bpf $DEV ip4ip6erspan_set_tunnel ip4ip6erspan_get_tunnel
413 attach_bpf $DEV vxlan_set_tunnel vxlan_get_tunnel
438 attach_bpf $DEV ip6vxlan_set_tunnel ip6vxlan_get_tunnel
465 attach_bpf $DEV geneve_set_tunnel geneve_get_tunnel
489 attach_bpf $DEV ip6geneve_set_tunnel ip6geneve_get_tunnel
514 attach_bpf $DEV ipip_set_tunnel ipip_get_tunnel
[all …]
/Linux-v5.4/tools/testing/selftests/net/
Dreuseport_bpf_numa.c73 static void attach_bpf(int fd) in attach_bpf() function
200 attach_bpf(rcv_fd[0]); in test()
Dreuseport_bpf_cpu.c77 static void attach_bpf(int fd) in attach_bpf() function
190 attach_bpf(rcv_fd[0]); in test()
Dreuseport_bpf.c153 void (*attach_bpf)(int, uint16_t)) in build_recv_group()
170 attach_bpf(fd[i], mod); in build_recv_group()