Searched refs:orig_output (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | lwtunnel.h | 33 int (*orig_output)(struct net *net, struct sock *sk, struct sk_buff *skb); member 138 dst->lwtstate->orig_output = dst->output; in lwtunnel_set_redirect()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | lwtunnel.h | 33 int (*orig_output)(struct net *net, struct sock *sk, struct sk_buff *skb); member 141 dst->lwtstate->orig_output = dst->output; in lwtunnel_set_redirect()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | lwt_bpf.c | 150 if (unlikely(!dst->lwtstate->orig_output)) { in bpf_output() 151 pr_warn_once("orig_output not set on dst for prog %s\n", in bpf_output() 157 return dst->lwtstate->orig_output(net, sk, skb); in bpf_output()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | lwt_bpf.c | 151 if (unlikely(!dst->lwtstate->orig_output)) { in bpf_output() 152 pr_warn_once("orig_output not set on dst for prog %s\n", in bpf_output() 158 return dst->lwtstate->orig_output(net, sk, skb); in bpf_output()
|
/kernel/linux/linux-5.10/net/ipv6/ila/ |
H A D | ila_lwt.c | 58 return orig_dst->lwtstate->orig_output(net, sk, skb); in ila_output()
|
/kernel/linux/linux-6.6/net/ipv6/ila/ |
H A D | ila_lwt.c | 58 return orig_dst->lwtstate->orig_output(net, sk, skb); in ila_output()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ioam6_iptunnel.c | 387 return dst->lwtstate->orig_output(net, sk, skb); in ioam6_output()
|
Completed in 8 milliseconds