Home
last modified time | relevance | path

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

/linux/drivers/net/ovpn/
H A Dcrypto_aead.c194 ret = skb_to_sgvec_nomark(skb, sg + 1, 0, skb->len); in ovpn_aead_encrypt()
302 ret = skb_to_sgvec_nomark(skb, sg + 1, payload_offset, payload_len); in ovpn_aead_decrypt()
/linux/net/ipv4/
H A Dah4.c227 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah_output()
407 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah_input()
/linux/net/ipv6/
H A Dah6.c440 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah6_output()
625 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah6_input()
/linux/net/core/
H A Dskbuff.c5357 int skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg, in skb_to_sgvec_nomark() function
5362 EXPORT_SYMBOL_GPL(skb_to_sgvec_nomark);
/linux/include/linux/
H A Dskbuff.h1457 int __must_check skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg,