Searched refs:headroom (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | virtio_caif.h | 14 u16 headroom; member
|
D | skbuff.h | 974 struct sk_buff *__pskb_copy_fclone(struct sk_buff *skb, int headroom, 976 static inline struct sk_buff *__pskb_copy(struct sk_buff *skb, int headroom, in __pskb_copy() argument 979 return __pskb_copy_fclone(skb, headroom, gfp_mask, false); in __pskb_copy() 984 unsigned int headroom); 2718 static inline int __skb_cow(struct sk_buff *skb, unsigned int headroom, in __skb_cow() argument 2723 if (headroom > skb_headroom(skb)) in __skb_cow() 2724 delta = headroom - skb_headroom(skb); in __skb_cow() 2744 static inline int skb_cow(struct sk_buff *skb, unsigned int headroom) in skb_cow() argument 2746 return __skb_cow(skb, headroom, skb_cloned(skb)); in skb_cow() 2759 static inline int skb_cow_head(struct sk_buff *skb, unsigned int headroom) in skb_cow_head() argument [all …]
|
/include/net/ |
D | lwtunnel.h | 31 __u16 headroom; member 98 if (lwtunnel_xmit_redirect(lwtstate) && lwtstate->headroom < mtu) in lwtunnel_headroom() 99 return lwtstate->headroom; in lwtunnel_headroom()
|
/include/net/caif/ |
D | caif_dev.h | 70 int *headroom, int *tailroom);
|