Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dah4.c225 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()
/kernel/linux/linux-5.10/net/ipv6/
Dah6.c416 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah6_output()
602 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah6_input()
/kernel/linux/linux-5.10/net/core/
Dskbuff.c4428 int skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg, in skb_to_sgvec_nomark() function
4433 EXPORT_SYMBOL_GPL(skb_to_sgvec_nomark);
/kernel/linux/linux-5.10/include/linux/
Dskbuff.h1173 int __must_check skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg,