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

/linux-master/include/uapi/linux/
H A Dlwtunnel.h106 LWT_BPF_XMIT, enumerator in enum:__anon2909
/linux-master/net/core/
H A Dlwt_bpf.c365 [LWT_BPF_XMIT] = { .type = NLA_NESTED, },
387 if (!tb[LWT_BPF_IN] && !tb[LWT_BPF_OUT] && !tb[LWT_BPF_XMIT])
413 if (tb[LWT_BPF_XMIT]) {
415 ret = bpf_parse_prog(tb[LWT_BPF_XMIT], &bpf->xmit,
468 bpf_fill_lwt_prog(skb, LWT_BPF_XMIT, &bpf->xmit) < 0)
482 nest_len + /* LWT_BPF_XMIT */

Completed in 82 milliseconds