Home
last modified time | relevance | path

Searched refs:skb_clone_and_charge_r (Results 1 – 3 of 3) sorted by relevance

/linux/net/dccp/
H A Dipv6.c
/linux/net/ipv6/
H A Dtcp_ipv6.c1554 newnp->pktoptions = skb_clone_and_charge_r(ireq->pktopts, newsk);
1630 opt_skb = skb_clone_and_charge_r(skb, sk);
/linux/include/net/
H A Dsock.h2415 static inline struct sk_buff *skb_clone_and_charge_r(struct sk_buff *skb, struct sock *sk) in skb_clone_and_charge_r() function