orig_output        30 include/net/lwtunnel.h 	int		(*orig_output)(struct net *net, struct sock *sk, struct sk_buff *skb);
orig_output       135 include/net/lwtunnel.h 		dst->lwtstate->orig_output = dst->output;
orig_output       151 net/core/lwt_bpf.c 	if (unlikely(!dst->lwtstate->orig_output)) {
orig_output       158 net/core/lwt_bpf.c 	return dst->lwtstate->orig_output(net, sk, skb);
orig_output        58 net/ipv6/ila/ila_lwt.c 		return orig_dst->lwtstate->orig_output(net, sk, skb);