Searched refs:ip_pre_insert_hook (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dip_input.c152 extern int (*ip_pre_insert_hook)(struct sk_buff *skb);//Foxconn add , Lewis Min, for UBD, 04/18/2008
440 if(NULL!=ip_pre_insert_hook)
444 ret=ip_pre_insert_hook(skb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hnd/
H A Dshared_ksyms.c236 extern void ip_pre_insert_hook; EXPORT_SYMBOL(ip_pre_insert_hook); variable
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dlinux_osl.c2607 int (*ip_pre_insert_hook)(struct sk_buff *skb);//Foxconn add , Lewis Min, for UBD, 04/18/2008 variable
2612 ip_pre_insert_hook= FUNC;
2619 ip_pre_insert_hook= NULL;

Completed in 39 milliseconds