Searched refs:skb_to_sgvec_nomark (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ah4.c | 225 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah_output() 400 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah_input()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ah6.c | 416 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah6_output() 602 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah6_input()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ah6.c | 413 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah6_output() 599 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah6_input()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ah4.c | 225 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah_output() 400 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah_input()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | skbuff.c | 4434 /* As compared with skb_to_sgvec, skb_to_sgvec_nomark only map skb to given 4439 * Scenario to use skb_to_sgvec_nomark: 4441 * 2. skb_to_sgvec_nomark(payload1) 4442 * 3. skb_to_sgvec_nomark(payload2) 4450 * When mapping mutilple payload conditionally, skb_to_sgvec_nomark 4453 int skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg, in skb_to_sgvec_nomark() function 4458 EXPORT_SYMBOL_GPL(skb_to_sgvec_nomark); variable
|
/kernel/linux/linux-6.6/net/core/ |
H A D | skbuff.c | 4964 /* As compared with skb_to_sgvec, skb_to_sgvec_nomark only map skb to given 4969 * Scenario to use skb_to_sgvec_nomark: 4971 * 2. skb_to_sgvec_nomark(payload1) 4972 * 3. skb_to_sgvec_nomark(payload2) 4980 * When mapping mutilple payload conditionally, skb_to_sgvec_nomark 4983 int skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg, in skb_to_sgvec_nomark() function 4988 EXPORT_SYMBOL_GPL(skb_to_sgvec_nomark); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | skbuff.h | 1174 int __must_check skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | skbuff.h | 1359 int __must_check skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg,
|
Completed in 36 milliseconds