Searched refs:skb_to_sgvec_nomark (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/ipv4/ |
D | ah4.c | 223 skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah_output() 391 skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah_input()
|
/linux-4.1.27/net/ipv6/ |
D | ah6.c | 426 skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah6_output() 604 skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah6_input()
|
/linux-4.1.27/net/core/ |
D | skbuff.c | 3439 int skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg, in skb_to_sgvec_nomark() function 3444 EXPORT_SYMBOL_GPL(skb_to_sgvec_nomark);
|
/linux-4.1.27/include/linux/ |
D | skbuff.h | 850 int skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg,
|