Home
last modified time | relevance | path

Searched refs:skb_pagelen (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/net/ipv6/
Dip6_output.c591 int first_len = skb_pagelen(skb); in ip6_fragment()
644 first_len = skb_pagelen(skb); in ip6_fragment()
/linux-4.1.27/net/ipv4/
Dip_output.c542 int first_len = skb_pagelen(skb); in ip_fragment()
/linux-4.1.27/include/linux/
Dskbuff.h1566 static inline int skb_pagelen(const struct sk_buff *skb) in skb_pagelen() function
/linux-4.1.27/net/core/
Dskbuff.c3484 __pskb_pull_tail(skb, skb_pagelen(skb)-skb_headlen(skb)) == NULL) in skb_cow_data()