Searched refs:skb_to_sgvec_nomark (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/ipv4/ | 
| D | ah4.c | 225 	err = skb_to_sgvec_nomark(skb, sg, 0, skb->len);  in ah_output()400 	err = skb_to_sgvec_nomark(skb, sg, 0, skb->len);  in ah_input()
 
 | 
| /Linux-v5.4/net/ipv6/ | 
| D | ah6.c | 416 	err = skb_to_sgvec_nomark(skb, sg, 0, skb->len);  in ah6_output()601 	err = skb_to_sgvec_nomark(skb, sg, 0, skb->len);  in ah6_input()
 
 | 
| /Linux-v5.4/net/core/ | 
| D | skbuff.c | 4277 int skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg,  in skb_to_sgvec_nomark()  function4282 EXPORT_SYMBOL_GPL(skb_to_sgvec_nomark);
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | skbuff.h | 1121 int __must_check skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg,
 |