Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dicmp.h65 #define ICMP_EXC_FRAGTIME 1 /* Fragment Reass time exceeded */ macro
/linux-2.6.39/net/ipv4/
Dip_fragment.c252 icmp_send(head, ICMP_TIME_EXCEEDED, ICMP_EXC_FRAGTIME, 0); in ip_expire()
/linux-2.6.39/net/sctp/
Dinput.c627 if (ICMP_EXC_FRAGTIME == code) in sctp_v4_err()