Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dah4.c222 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 Dah6.c410 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 Dskbuff.c5248 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 Dskbuff.h1409 int __must_check skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg,