Home
last modified time | relevance | path

Searched refs:icmp_pointers (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Dicmp.c200 static const struct icmp_control icmp_pointers[NR_ICMP_TYPES+1]; variable
374 if (icmp_pointers[icmp_param->data.icmph.type].error) in icmp_glue_bits()
863 if (icmp_pointers[type].error) { in __icmp_send()
887 icmp_pointers[*itp].error) in __icmp_send()
929 tos = icmp_pointers[type].error ? (RT_TOS(iph->tos) | in __icmp_send()
1475 /* We can't use icmp_pointers[].handler() because it is an array of in icmp_rcv()
1525 reason = icmp_pointers[icmph->type].handler(skb); in icmp_rcv()
1630 static const struct icmp_control icmp_pointers[NR_ICMP_TYPES + 1] = { in icmp_err()
1642 static const struct icmp_control icmp_pointers[NR_ICMP_TYPES + 1] = { global() variable