Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/bpf/
H A Dsockex3_kern.c31 #define PARSE_IP 3 macro
54 bpf_tail_call(skb, &jmp_table, PARSE_IP); in parse_eth_proto()
192 PROG(PARSE_IP)(struct __sk_buff *skb) in PARSE_IP() function
/kernel/linux/linux-6.6/samples/bpf/
H A Dsockex3_kern.c22 #define PARSE_IP 3 macro
259 [PARSE_IP] = (void *)&bpf_func_ip,
285 bpf_tail_call(skb, &prog_array_init, PARSE_IP); in parse_eth_proto()

Completed in 2 milliseconds