Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dlwtunnel.h31 int (*orig_input)(struct sk_buff *); member
139 dst->lwtstate->orig_input = dst->input; in lwtunnel_set_redirect()
/OK3568_Linux_fs/kernel/net/core/
H A Dlwt_bpf.c130 if (unlikely(!dst->lwtstate->orig_input)) { in bpf_input()
135 return dst->lwtstate->orig_input(skb); in bpf_input()
/OK3568_Linux_fs/kernel/net/ipv6/ila/
H A Dila_lwt.c114 return dst->lwtstate->orig_input(skb); in ila_input()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Droute.c2302 rth->dst.lwtstate->orig_input = rth->dst.input; in ip_route_input_slow()