Searched refs:skb_clone_and_charge_r (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ |
H A D | ipv6.c | 544 newnp->pktoptions = skb_clone_and_charge_r(ireq->pktopts, newsk); in dccp_v6_request_recv_sock() 606 opt_skb = skb_clone_and_charge_r(skb, sk); in dccp_v6_do_rcv()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | ipv6.c | 555 newnp->pktoptions = skb_clone_and_charge_r(ireq->pktopts, newsk); in dccp_v6_request_recv_sock() 617 opt_skb = skb_clone_and_charge_r(skb, sk); in dccp_v6_do_rcv()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | tcp_ipv6.c | 1415 newnp->pktoptions = skb_clone_and_charge_r(ireq->pktopts, newsk); in tcp_v6_syn_recv_sock() 1487 opt_skb = skb_clone_and_charge_r(skb, sk); in tcp_v6_do_rcv()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | tcp_ipv6.c | 1389 newnp->pktoptions = skb_clone_and_charge_r(ireq->pktopts, newsk); in tcp_v6_syn_recv_sock() 1465 opt_skb = skb_clone_and_charge_r(skb, sk); in tcp_v6_do_rcv()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | sock.h | 2293 static inline struct sk_buff *skb_clone_and_charge_r(struct sk_buff *skb, struct sock *sk) in skb_clone_and_charge_r() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sock.h | 2448 static inline struct sk_buff *skb_clone_and_charge_r(struct sk_buff *skb, struct sock *sk) in skb_clone_and_charge_r() function
|
Completed in 17 milliseconds