Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/bpf/
H A Dsockex3_kern.c30 #define PARSE_MPLS 2 macro
51 bpf_tail_call(skb, &jmp_table, PARSE_MPLS); in parse_eth_proto()
259 PROG(PARSE_MPLS)(struct __sk_buff *skb) in PARSE_MPLS() function
/kernel/linux/linux-6.6/samples/bpf/
H A Dsockex3_kern.c21 #define PARSE_MPLS 2 macro
261 [PARSE_MPLS] = (void *)&bpf_func_mpls,
282 bpf_tail_call(skb, &prog_array_init, PARSE_MPLS); in parse_eth_proto()

Completed in 2 milliseconds