Searched refs:skb_to_sgvec_nomark (Results 1 – 3 of 3) sorted by relevance
/net/ipv4/ |
D | ah4.c | 223 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah_output() 398 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah_input()
|
/net/ipv6/ |
D | ah6.c | 426 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah6_output() 609 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah6_input()
|
/net/core/ |
D | skbuff.c | 3526 int skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg, in skb_to_sgvec_nomark() function 3531 EXPORT_SYMBOL_GPL(skb_to_sgvec_nomark);
|