Searched refs:ICMP_FRAG_NEEDED (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dicmp.h43 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_xmit.c183 icmp_send(skb, ICMP_DEST_UNREACH,ICMP_FRAG_NEEDED, htonl(mtu));
250 icmp_send(skb, ICMP_DEST_UNREACH,ICMP_FRAG_NEEDED, htonl(mtu));
355 icmp_send(skb, ICMP_DEST_UNREACH,ICMP_FRAG_NEEDED, htonl(mtu));
448 icmp_send(skb, ICMP_DEST_UNREACH,ICMP_FRAG_NEEDED, htonl(mtu));
523 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dip_forward.c91 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED,
H A Dxfrm4_output.c37 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu));
H A Dipip.c293 case ICMP_FRAG_NEEDED:
368 case ICMP_FRAG_NEEDED:
438 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) {
580 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu));
H A Dah4.c202 icmp_hdr(skb)->code != ICMP_FRAG_NEEDED)
H A Dip_gre.c351 case ICMP_FRAG_NEEDED:
440 case ICMP_FRAG_NEEDED:
510 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) {
776 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu));
H A Dipcomp.c178 icmp_hdr(skb)->code != ICMP_FRAG_NEEDED)
H A Dicmp.c140 .errno = EMSGSIZE, /* ICMP_FRAG_NEEDED */
302 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED)
636 case ICMP_FRAG_NEEDED:
H A Desp4.c304 icmp_hdr(skb)->code != ICMP_FRAG_NEEDED)
H A Draw.c217 if (code == ICMP_FRAG_NEEDED) {
H A Dip_output.c460 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED,
H A Dudp.c362 if (code == ICMP_FRAG_NEEDED) { /* Path MTU discovery */
H A Dtcp_ipv4.c416 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-error.c73 serr->ee.ee_code == ICMP_FRAG_NEEDED
177 case ICMP_FRAG_NEEDED:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dip6_tunnel.c512 rel_code = ICMP_FRAG_NEEDED;
562 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) {
971 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED,
H A Dsit.c238 case ICMP_FRAG_NEEDED:
310 case ICMP_FRAG_NEEDED:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_LOG.c277 && ich->code == ICMP_FRAG_NEEDED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dinput.c543 if (ICMP_FRAG_NEEDED == code) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dipv4.c262 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1152 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu));

Completed in 1068 milliseconds