HomeSort by relevance Sort by last modified time
    Searched refs:bpf_tail_call (Results 1 - 3 of 3) sorted by null

  /external/linux-kselftest/tools/testing/selftests/bpf/
bpf_flow.c 98 bpf_tail_call(skb, &jmp_table, IP);
101 bpf_tail_call(skb, &jmp_table, IPV6);
105 bpf_tail_call(skb, &jmp_table, MPLS);
109 bpf_tail_call(skb, &jmp_table, VLAN);
221 bpf_tail_call(skb, &jmp_table, IPV6OP);
224 bpf_tail_call(skb, &jmp_table, IPV6FR);
bpf_helpers.h 32 static void (*bpf_tail_call)(void *ctx, void *map, int index) = variable
  /external/bcc/examples/networking/tunnel_monitor/
README.md 7 `bpf_tail_call` to parse two different IP headers (inner/outer) using the same

Completed in 577 milliseconds