Home
last modified time | relevance | path

Searched refs:orig_output (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dlwtunnel.h33 int (*orig_output)(struct net *net, struct sock *sk, struct sk_buff *skb); member
141 dst->lwtstate->orig_output = READ_ONCE(dst->output); in lwtunnel_set_redirect()
/linux/net/core/
H A Dlwt_bpf.c156 if (unlikely(!dst->lwtstate->orig_output)) { in bpf_output()
163 return dst->lwtstate->orig_output(net, sk, skb); in bpf_output()
/linux/net/ipv6/ila/
H A Dila_lwt.c58 return orig_dst->lwtstate->orig_output(net, sk, skb); in ila_output()
/linux/net/ipv6/
H A Dioam6_iptunnel.c452 return orig_dst->lwtstate->orig_output(net, sk, skb); in ioam6_output()