Searched refs:skb_to_sgvec_nomark (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | ah4.c | 224 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah_output() 399 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah_input()
|
/Linux-v4.19/net/ipv6/ |
D | ah6.c | 428 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah6_output() 613 err = skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah6_input()
|
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/ |
D | usb.c | 645 return skb_to_sgvec_nomark(skb, urb->sg, 0, skb->len); in mt76u_tx_build_sg()
|
/Linux-v4.19/net/core/ |
D | skbuff.c | 4066 int skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg, in skb_to_sgvec_nomark() function 4071 EXPORT_SYMBOL_GPL(skb_to_sgvec_nomark);
|
/Linux-v4.19/include/linux/ |
D | skbuff.h | 1059 int __must_check skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg,
|