Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/
Dip6_output.c612 int first_len = skb_pagelen(skb); in ip6_fragment()
666 first_len = skb_pagelen(skb); in ip6_fragment()
/linux-4.4.14/net/ipv4/
Dip_output.c569 int first_len = skb_pagelen(skb); in ip_do_fragment()
/linux-4.4.14/include/linux/
Dskbuff.h1693 static inline int skb_pagelen(const struct sk_buff *skb) in skb_pagelen() function
/linux-4.4.14/net/core/
Dskbuff.c3484 __pskb_pull_tail(skb, skb_pagelen(skb)-skb_headlen(skb)) == NULL) in skb_cow_data()