Home
last modified time | relevance | path

Searched refs:orig_output (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dlwtunnel.h33 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 Dlwtunnel.h33 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 Dlwt_bpf.c150 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 Dlwt_bpf.c151 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 Dila_lwt.c58 return orig_dst->lwtstate->orig_output(net, sk, skb); in ila_output()
/kernel/linux/linux-6.6/net/ipv6/ila/
H A Dila_lwt.c58 return orig_dst->lwtstate->orig_output(net, sk, skb); in ila_output()
/kernel/linux/linux-6.6/net/ipv6/
H A Dioam6_iptunnel.c387 return dst->lwtstate->orig_output(net, sk, skb); in ioam6_output()

Completed in 8 milliseconds