Searched refs:icmp_pointers (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 Dicmp.c195 static const struct icmp_control icmp_pointers[NR_ICMP_TYPES+1]; variable in typeref:struct:icmp_control
321 if (icmp_pointers[icmp_param->data.icmph.type].error)
467 if (icmp_pointers[type].error) {
491 icmp_pointers[*itp].error)
520 tos = icmp_pointers[type].error ? ((iph->tos & IPTOS_TOS_MASK) |
1049 icmp_pointers[icmph->type].handler(skb);
1062 static const struct icmp_control icmp_pointers[NR_ICMP_TYPES + 1] = { variable in typeref:struct:icmp_control

Completed in 100 milliseconds