Searched refs:skb_to_sgvec_nomark (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ovpn/ |
H A D | crypto_aead.c | 90 ret = skb_to_sgvec_nomark(skb, sg + 1, 0, skb->len); in ovpn_aead_encrypt() 206 ret = skb_to_sgvec_nomark(skb, sg + 1, payload_offset, payload_len); in ovpn_aead_decrypt()
|
/linux/net/ipv6/ |
H A D | ah6.c | 410 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/include/linux/ |
H A D | skbuff.h | 1409 int __must_check skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg,
|