Searched defs:ipl (Results 1 - 1 of 1) sorted by relevance

/net/sched/
H A Dact_csum.c111 * @ipl: complete packet length
118 unsigned int ihl, unsigned int ipl,
124 if (!pskb_may_pull(skb, ipl + ntkoff) || (ipl < hl) ||
134 unsigned int ihl, unsigned int ipl)
138 icmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*icmph));
143 skb->csum = csum_partial(icmph, ipl - ihl, 0);
152 unsigned int ihl, unsigned int ipl)
156 igmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*igmph));
161 skb->csum = csum_partial(igmph, ipl
117 tcf_csum_skb_nextlayer(struct sk_buff *skb, unsigned int ihl, unsigned int ipl, unsigned int jhl) argument
133 tcf_csum_ipv4_icmp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl) argument
151 tcf_csum_ipv4_igmp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl) argument
169 tcf_csum_ipv6_icmp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl) argument
191 tcf_csum_ipv4_tcp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl) argument
212 tcf_csum_ipv6_tcp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl) argument
234 tcf_csum_ipv4_udp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl, int udplite) argument
287 tcf_csum_ipv6_udp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl, int udplite) argument
[all...]

Completed in 42 milliseconds