Home
last modified time | relevance | path

Searched refs:bpf_tail_call (Results 1 – 4 of 4) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/
Dbpf_flow.c98 bpf_tail_call(skb, &jmp_table, IP); in parse_eth_proto()
101 bpf_tail_call(skb, &jmp_table, IPV6); in parse_eth_proto()
105 bpf_tail_call(skb, &jmp_table, MPLS); in parse_eth_proto()
109 bpf_tail_call(skb, &jmp_table, VLAN); in parse_eth_proto()
221 bpf_tail_call(skb, &jmp_table, IPV6OP); in parse_ipv6_proto()
224 bpf_tail_call(skb, &jmp_table, IPV6FR); in parse_ipv6_proto()
Dbpf_helpers.h32 static void (*bpf_tail_call)(void *ctx, void *map, int index) = variable
/external/bcc/examples/networking/tunnel_monitor/
DREADME.md7 `bpf_tail_call` to parse two different IP headers (inner/outer) using the same
/external/bcc/docs/
Dreference_guide.md790 This invokes ```bpf_tail_call()``` to tail-call the bpf program which the ```index``` entry in [9. …