Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/net/core/
H A Dskbuff.c5219 int skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg, in skb_to_sgvec_nomark() function
5224 EXPORT_SYMBOL_GPL(skb_to_sgvec_nomark);
/linux-6.15/include/linux/
H A Dskbuff.h1413 int __must_check skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg,