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

/linux-master/net/sched/
H A Dact_csum.c124 * tcf_csum_skb_nextlayer - Get next layer pointer
133 static void *tcf_csum_skb_nextlayer(struct sk_buff *skb, function
152 icmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*icmph));
170 igmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*igmph));
189 icmp6h = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*icmp6h));
214 tcph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*tcph));
238 tcph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*tcph));
271 udph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*udph));
327 udph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*udph));
373 sctph = tcf_csum_skb_nextlayer(sk
[all...]

Completed in 214 milliseconds