Home
last modified time | relevance | path

Searched refs:LWT_BPF_OUT (Results 1 – 2 of 2) sorted by relevance

/linux/net/core/
H A Dlwt_bpf.c373 [LWT_BPF_OUT] = { .type = NLA_NESTED, },
396 if (!tb[LWT_BPF_IN] && !tb[LWT_BPF_OUT] && !tb[LWT_BPF_XMIT]) in bpf_build_state()
414 if (tb[LWT_BPF_OUT]) { in bpf_build_state()
416 ret = bpf_parse_prog(tb[LWT_BPF_OUT], &bpf->out, in bpf_build_state()
476 bpf_fill_lwt_prog(skb, LWT_BPF_OUT, &bpf->out) < 0 || in bpf_fill_encap_info()
490 nest_len + /* LWT_BPF_OUT */
/linux/include/uapi/linux/
H A Dlwtunnel.h105 LWT_BPF_OUT, enumerator