Searched refs:dst_mtu (Results 1 - 25 of 32) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dip_forward.c88 if (unlikely(skb->len > dst_mtu(&rt->u.dst) &&
92 htonl(dst_mtu(&rt->u.dst)));
H A Dxfrm4_output.c35 mtu = dst_mtu(dst);
H A Dip_gre.c511 if (n > dst_mtu(skb2->dst)) {
764 mtu = dst_mtu(&rt->u.dst) - tunnel->hlen;
766 mtu = skb->dst ? dst_mtu(skb->dst) : dev->mtu;
785 if (rt6 && mtu < dst_mtu(skb->dst) && mtu >= IPV6_MIN_MTU) {
H A Dip_output.c203 skb->dst->dev->mtu : dst_mtu(skb->dst);
471 mtu = dst_mtu(&rt->u.dst) - hlen; /* Size of data space */
842 dst_mtu(rt->u.dst.path);
1265 (skb->len <= dst_mtu(&rt->u.dst) &&
H A Dipip.c439 if (n > dst_mtu(skb2->dst)) {
565 mtu = dst_mtu(&rt->u.dst) - sizeof(struct iphdr);
567 mtu = skb->dst ? dst_mtu(skb->dst) : dev->mtu;
H A Dtcp_ipv4.c325 if (mtu < dst_mtu(dst) && ip_dont_fragment(sk, dst))
328 mtu = dst_mtu(dst);
1462 tcp_sync_mss(newsk, dst_mtu(dst));
H A Dicmp.c581 room = dst_mtu(&rt->u.dst);
H A Dip_sockglue.c1041 val = dst_mtu(dst);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_TCPMSS.c72 if (dst_mtu((*pskb)->dst) <= minlen) {
76 dst_mtu((*pskb)->dst));
79 newmss = dst_mtu((*pskb)->dst) - minlen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_xmit.c180 mtu = dst_mtu(&rt->u.dst);
247 mtu = dst_mtu(&rt->u.dst);
342 mtu = dst_mtu(&rt->u.dst) - sizeof(struct iphdr);
446 mtu = dst_mtu(&rt->u.dst);
520 mtu = dst_mtu(&rt->u.dst);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dxfrm6_output.c33 mtu = dst_mtu(dst);
H A Dip6_output.c145 skb->dst->dev->mtu : dst_mtu(skb->dst);
235 mtu = dst_mtu(dst);
486 if (skb->len > dst_mtu(dst)) {
489 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, dst_mtu(dst), skb->dev);
1089 rt->u.dst.dev->mtu : dst_mtu(rt->u.dst.path);
H A Droute.c946 if (mtu < dst_mtu(dst) && rt6->rt6i_dst.plen == 128) {
1009 rt->u.dst.metrics[RTAX_ADVMSS-1] = ipv6_advmss(dst_mtu(&rt->u.dst));
1292 rt->u.dst.metrics[RTAX_ADVMSS-1] = ipv6_advmss(dst_mtu(&rt->u.dst));
1511 nrt->u.dst.metrics[RTAX_ADVMSS-1] = ipv6_advmss(dst_mtu(&nrt->u.dst));
1545 if (pmtu >= dst_mtu(&rt->u.dst))
1901 rt->u.dst.metrics[RTAX_ADVMSS-1] = ipv6_advmss(dst_mtu(&rt->u.dst));
1977 (dst_mtu(&rt->u.dst) > arg->mtu ||
1978 (dst_mtu(&rt->u.dst) < arg->mtu &&
1979 dst_mtu(&rt->u.dst) == idev->cnf.mtu6)))
H A Dsit.c502 mtu = dst_mtu(&rt->u.dst) - sizeof(struct iphdr);
504 mtu = skb->dst ? dst_mtu(skb->dst) : dev->mtu;
H A Dip6_tunnel.c563 if (rel_info > dst_mtu(skb2->dst))
866 mtu = dst_mtu(dst) - sizeof (*ipv6h);
H A Dtcp_ipv6.c404 if (inet_csk(sk)->icsk_pmtu_cookie > dst_mtu(dst)) {
405 tcp_sync_mss(sk, dst_mtu(dst));
1493 tcp_sync_mss(newsk, dst_mtu(dst));
H A Dipv6_sockglue.c915 val = dst_mtu(dst);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dtransport.c238 transport->pathmtu = dst_mtu(dst);
306 transport->pathmtu = dst_mtu(dst);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddst.h117 static inline u32 dst_mtu(const struct dst_entry *dst) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_REJECT.c149 if (nskb->len > dst_mtu(nskb->dst))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-peer.c66 peer->if_mtu = dst_mtu(&rt->u.dst);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dipv4.c171 if (mtu < dst_mtu(dst) && ip_dont_fragment(sk, dst))
174 mtu = dst_mtu(dst);
411 dccp_sync_mss(newsk, dst_mtu(dst));
H A Dipv6.c167 if (inet_csk(sk)->icsk_pmtu_cookie > dst_mtu(dst)) {
168 dccp_sync_mss(sk, dst_mtu(dst));
677 dccp_sync_mss(newsk, dst_mtu(dst));
H A Doutput.c394 dccp_sync_mss(sk, dst_mtu(dst));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_policy.c2052 pmtu = dst_mtu(dst->child);
2057 route_mtu_cached = dst_mtu(xdst->route);
2112 mtu = dst_mtu(dst->child);
2120 mtu = dst_mtu(xdst->route);

Completed in 264 milliseconds

12