Searched refs:skb_to_sgvec_nomark (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ovpn/ |
| H A D | crypto_aead.c | 194 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 D | ah4.c | 227 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 D | ah6.c | 440 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 D | skbuff.c | 5357 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 D | skbuff.h | 1457 int __must_check skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg,
|