Home
last modified time | relevance | path

Searched refs:skb_to_sgvec_nomark (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/ipv4/
Dah4.c224 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/
Dah6.c428 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/
Dusb.c645 return skb_to_sgvec_nomark(skb, urb->sg, 0, skb->len); in mt76u_tx_build_sg()
/Linux-v4.19/net/core/
Dskbuff.c4066 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/
Dskbuff.h1059 int __must_check skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg,