Home
last modified time | relevance | path

Searched refs:PARSE_IPV6 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/samples/bpf/
H A Dsockex3_kern.c32 #define PARSE_IPV6 4 macro
57 bpf_tail_call(skb, &jmp_table, PARSE_IPV6); in parse_eth_proto()
220 PROG(PARSE_IPV6)(struct __sk_buff *skb) in PARSE_IPV6() function
/kernel/linux/linux-6.6/samples/bpf/
H A Dsockex3_kern.c23 #define PARSE_IPV6 4 macro
260 [PARSE_IPV6] = (void *)&bpf_func_ipv6,
288 bpf_tail_call(skb, &prog_array_init, PARSE_IPV6); in parse_eth_proto()

Completed in 2 milliseconds