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
56 if (ipprot && ipprot->early_demux) in ip6_rcv_finish()57 ipprot->early_demux(skb); in ip6_rcv_finish()
1900 .early_demux = tcp_v6_early_demux,
324 if (ipprot && ipprot->early_demux) { in ip_rcv_finish()325 ipprot->early_demux(skb); in ip_rcv_finish()
1507 .early_demux = tcp_v4_early_demux,1516 .early_demux = udp_v4_early_demux,