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

/linux-4.1.27/net/ipv4/
H A Dah4.c223 skb_to_sgvec_nomark(skb, sg, 0, skb->len); ah_output()
391 skb_to_sgvec_nomark(skb, sg, 0, skb->len); ah_input()
/linux-4.1.27/net/ipv6/
H A Dah6.c426 skb_to_sgvec_nomark(skb, sg, 0, skb->len); ah6_output()
604 skb_to_sgvec_nomark(skb, sg, 0, skb->len); ah6_input()
/linux-4.1.27/net/core/
H A Dskbuff.c3420 /* As compared with skb_to_sgvec, skb_to_sgvec_nomark only map skb to given
3425 * Scenario to use skb_to_sgvec_nomark:
3427 * 2. skb_to_sgvec_nomark(payload1)
3428 * 3. skb_to_sgvec_nomark(payload2)
3436 * When mapping mutilple payload conditionally, skb_to_sgvec_nomark
3439 int skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg, skb_to_sgvec_nomark() function
3444 EXPORT_SYMBOL_GPL(skb_to_sgvec_nomark); variable
/linux-4.1.27/include/linux/
H A Dskbuff.h850 int skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg,

Completed in 179 milliseconds