Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A 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()
/openbmc/linux/net/ipv6/
H A Dah6.c413 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah6_output()
599 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah6_input()
/openbmc/linux/net/core/
H A Dskbuff.c4994 int skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg, in skb_to_sgvec_nomark() function
4999 EXPORT_SYMBOL_GPL(skb_to_sgvec_nomark);
/openbmc/linux/include/linux/
H A Dskbuff.h1354 int __must_check skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg,