Searched refs:ipl (Results 1 – 1 of 1) sorted by relevance
/net/sched/ |
D | act_csum.c | 136 unsigned int ihl, unsigned int ipl, in tcf_csum_skb_nextlayer() argument 142 if (!pskb_may_pull(skb, ipl + ntkoff) || (ipl < hl) || in tcf_csum_skb_nextlayer() 150 unsigned int ipl) in tcf_csum_ipv4_icmp() argument 154 icmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*icmph)); in tcf_csum_ipv4_icmp() 159 skb->csum = csum_partial(icmph, ipl - ihl, 0); in tcf_csum_ipv4_icmp() 168 unsigned int ihl, unsigned int ipl) in tcf_csum_ipv4_igmp() argument 172 igmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*igmph)); in tcf_csum_ipv4_igmp() 177 skb->csum = csum_partial(igmph, ipl - ihl, 0); in tcf_csum_ipv4_igmp() 186 unsigned int ipl) in tcf_csum_ipv6_icmp() argument 191 icmp6h = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*icmp6h)); in tcf_csum_ipv6_icmp() [all …]
|