Searched refs:hop_limit (Results 1 - 22 of 22) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/netfilter/
H A Dip6table_mangle.c136 u_int8_t hop_limit; local
144 hop_limit = (*pskb)->nh.ipv6h->hop_limit;
155 || (*pskb)->nh.ipv6h->hop_limit != hop_limit)) {
H A Dip6t_LOG.c91 ipv6h->hop_limit,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dicmpv6.h41 __u8 hop_limit; member in struct:icmp6hdr::__anon11170::icmpv6_nd_ra
69 #define icmp6_hop_limit icmp6_dataun.u_nd_ra.hop_limit
H A Dipv6.h97 __u8 hop_limit; member in struct:ipv6hdr
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dicmpv6.h41 __u8 hop_limit; member in struct:icmp6hdr::__anon6754::icmpv6_nd_ra
69 #define icmp6_hop_limit icmp6_dataun.u_nd_ra.hop_limit
H A Dipv6.h97 __u8 hop_limit; member in struct:ipv6hdr
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dip6_output.c121 if (skb->nh.ipv6h->hop_limit == 0) {
227 hlimit = np->hop_limit;
233 hdr->hop_limit = hlimit;
277 hdr->hop_limit = np->hop_limit;
296 hdr->hop_limit = hlimit;
578 hlimit = np->hop_limit;
753 if (hdr->hop_limit <= 1) {
809 hdr->hop_limit--;
H A Dipv6_sockglue.c287 np->hop_limit = val;
477 val = np->hop_limit;
H A Dexthdrs.c295 if (skb->nh.ipv6h->hop_limit <= 1) {
301 skb->nh.ipv6h->hop_limit--;
H A Dndisc.c680 in6_dev->cnf.hop_limit = ra_msg->icmph.icmp6_hop_limit;
998 if (skb->nh.ipv6h->hop_limit != 255) {
1002 skb->nh.ipv6h->hop_limit);
1278 sk->net_pinfo.af_inet6.hop_limit = 255;
H A Daf_inet6.c171 sk->net_pinfo.af_inet6.hop_limit = -1;
H A Ddatagram.c218 int hlim = skb->nh.ipv6h->hop_limit;
H A Dmcast.c777 sk->net_pinfo.af_inet6.hop_limit = 1;
H A Dtcp_ipv6.c1243 newsk->net_pinfo.af_inet6.mcast_hops = skb->nh.ipv6h->hop_limit;
1334 np->mcast_hops = skb->nh.ipv6h->hop_limit;
1516 sk->net_pinfo.af_inet6.mcast_hops = opt_skb->nh.ipv6h->hop_limit;
H A Droute.c631 int hoplimit = ipv6_devconf.hop_limit;
636 hoplimit = idev->cnf.hop_limit;
H A Dsit.c601 iph->ttl = iph6->hop_limit;
H A Daddrconf.c1923 {NET_IPV6_HOP_LIMIT, "hop_limit",
1924 &ipv6_devconf.hop_limit, sizeof(int), 0644, NULL,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dif_inet6.h80 int hop_limit; member in struct:ipv6_devconf
H A Dsock.h152 int hop_limit; member in struct:ipv6_pinfo
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dif_inet6.h80 int hop_limit; member in struct:ipv6_devconf
H A Dsock.h154 int hop_limit; member in struct:ipv6_pinfo
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dip_gre.c852 iph->ttl = ((struct ipv6hdr*)old_iph)->hop_limit;

Completed in 157 milliseconds