Home
last modified time | relevance | path

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

/net/sched/
Dact_csum.c138 int hl = ihl + jhl; in tcf_csum_skb_nextlayer() local
140 if (!pskb_may_pull(skb, ipl + ntkoff) || (ipl < hl) || in tcf_csum_skb_nextlayer()
141 skb_try_make_writable(skb, hl + ntkoff)) in tcf_csum_skb_nextlayer()
488 unsigned int hl, ixhl; in tcf_csum_ipv6() local
495 hl = sizeof(*ip6h); in tcf_csum_ipv6()
497 if (!pskb_may_pull(skb, hl + ntkoff)) in tcf_csum_ipv6()
512 if (!pskb_may_pull(skb, hl + sizeof(*ip6xh) + ntkoff)) in tcf_csum_ipv6()
514 ip6xh = (void *)(skb_network_header(skb) + hl); in tcf_csum_ipv6()
516 if (!pskb_may_pull(skb, hl + ixhl + ntkoff)) in tcf_csum_ipv6()
518 ip6xh = (void *)(skb_network_header(skb) + hl); in tcf_csum_ipv6()
[all …]
/net/802/
Dfddi.c52 int hl = FDDI_K_SNAP_HLEN; in fddi_header() local
56 hl=FDDI_K_8022_HLEN-3; in fddi_header()
57 fddi = skb_push(skb, hl); in fddi_header()
80 return hl; in fddi_header()
83 return -hl; in fddi_header()
/net/netfilter/
Dnf_conntrack_proto_icmpv6.c137 u8 hl = ipv6_hdr(skb)->hop_limit; in nf_conntrack_icmpv6_redirect() local
155 if (hl != 255 || !(ipv6_addr_type(&ipv6_hdr(skb)->saddr) & IPV6_ADDR_LINKLOCAL)) { in nf_conntrack_icmpv6_redirect()
DKconfig1346 tristate '"hl" hoplimit/TTL match support'
/net/ipv6/netfilter/
DKconfig130 tristate '"hl" hoplimit match support'