Searched refs:skb_clone_and_charge_r (Results 1 – 3 of 3) sorted by relevance
558 newnp->pktoptions = skb_clone_and_charge_r(ireq->pktopts, newsk); in dccp_v6_request_recv_sock()620 opt_skb = skb_clone_and_charge_r(skb, sk); in dccp_v6_do_rcv()
1384 newnp->pktoptions = skb_clone_and_charge_r(ireq->pktopts, newsk); in tcp_v6_syn_recv_sock()1460 opt_skb = skb_clone_and_charge_r(skb, sk); in tcp_v6_do_rcv()
2461 static inline struct sk_buff *skb_clone_and_charge_r(struct sk_buff *skb, struct sock *sk) in skb_clone_and_charge_r() function