Searched refs:br_pre_insert_hook (Results 1 - 1 of 1) 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.c380 int (*br_pre_insert_hook)(struct sk_buff *skb);//Foxconn add , Lewis Min, for UBD, 04/18/2008 variable
428 if(NULL!=br_pre_insert_hook)
432 ret=br_pre_insert_hook(skb);
503 br_pre_insert_hook= FUNC;
509 br_pre_insert_hook= NULL;

Completed in 106 milliseconds