Searched refs:early_demux (Results 1 – 5 of 5) sorted by relevance
42 void (*early_demux)(struct sk_buff *skb); member56 void (*early_demux)(struct sk_buff *skb); member
55 if (ipprot && ipprot->early_demux) in ip6_rcv_finish()56 ipprot->early_demux(skb); in ip6_rcv_finish()
1880 .early_demux = tcp_v6_early_demux,
323 if (ipprot && ipprot->early_demux) { in ip_rcv_finish()324 ipprot->early_demux(skb); in ip_rcv_finish()
1501 .early_demux = tcp_v4_early_demux,1510 .early_demux = udp_v4_early_demux,