Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/bpf/
H A Dsockex3_kern.c29 #define PARSE_VLAN 1 macro
47 bpf_tail_call(skb, &jmp_table, PARSE_VLAN); in parse_eth_proto()
243 PROG(PARSE_VLAN)(struct __sk_buff *skb) in PARSE_VLAN() function
/kernel/linux/linux-6.6/samples/bpf/
H A Dsockex3_kern.c20 #define PARSE_VLAN 1 macro
258 [PARSE_VLAN] = (void *)&bpf_func_vlan,
278 bpf_tail_call(skb, &prog_array_init, PARSE_VLAN); in parse_eth_proto()

Completed in 2 milliseconds