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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dip_options.c257 int ip_options_compile(struct ip_options * opt, struct sk_buff * skb) function
484 * Undo all the changes done by ip_options_compile().
530 if (optlen && ip_options_compile(opt, NULL)) {
H A Dip_input.c300 if (ip_options_compile(NULL, skb)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dip.h347 extern int ip_options_compile(struct ip_options *opt, struct sk_buff *skb);

Completed in 156 milliseconds