Searched refs:skb_to_sgvec_nomark (Results 1 – 4 of 4) sorted by relevance
/linux/net/ipv4/ |
H A D | ah4.c | 222 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah_output() 397 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah_input()
|
/linux/net/ipv6/ |
H A D | ah6.c | 410 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah6_output() 596 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah6_input()
|
/linux/net/core/ |
H A D | skbuff.c | 5248 int skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg, in skb_to_sgvec_nomark() function 5253 EXPORT_SYMBOL_GPL(skb_to_sgvec_nomark);
|
/linux/include/linux/ |
H A D | skbuff.h | 1409 int __must_check skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg,
|