Searched refs:lwtunnel_output (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | lwtunnel.h | 129 int lwtunnel_output(struct net *net, struct sock *sk, struct sk_buff *skb); 139 dst->output = lwtunnel_output; in lwtunnel_set_redirect() 247 static inline int lwtunnel_output(struct net *net, struct sock *sk, struct sk_buff *skb) in lwtunnel_output() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | lwtunnel.h | 132 int lwtunnel_output(struct net *net, struct sock *sk, struct sk_buff *skb); 142 dst->output = lwtunnel_output; in lwtunnel_set_redirect() 250 static inline int lwtunnel_output(struct net *net, struct sock *sk, struct sk_buff *skb) in lwtunnel_output() function
|
/kernel/linux/linux-5.10/net/core/ |
H A D | lwtunnel.c | 318 int lwtunnel_output(struct net *net, struct sock *sk, struct sk_buff *skb) in lwtunnel_output() function 350 EXPORT_SYMBOL_GPL(lwtunnel_output); variable
|
/kernel/linux/linux-6.6/net/core/ |
H A D | lwtunnel.c | 326 int lwtunnel_output(struct net *net, struct sock *sk, struct sk_buff *skb) in lwtunnel_output() function 358 EXPORT_SYMBOL_GPL(lwtunnel_output); variable
|
Completed in 5 milliseconds