Searched refs:dst_clone (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/include/net/ |
D | dst.h | 256 static inline struct dst_entry *dst_clone(struct dst_entry *dst) in dst_clone() function 292 dst_clone(skb_dst(nskb)); in __skb_dst_copy()
|
/linux-6.6.21/drivers/infiniband/sw/rxe/ |
D | rxe_net.c | 235 skb_dst_set(skb, dst_clone(dst)); in prepare_ipv4_hdr() 265 skb_dst_set(skb, dst_clone(dst)); in prepare_ipv6_hdr()
|
/linux-6.6.21/net/dccp/ |
D | output.c | 420 skb_dst_set(skb, dst_clone(dst)); in dccp_make_response()
|
D | ipv4.c | 554 skb_dst_set(skb, dst_clone(dst)); in dccp_v4_ctl_send_reset()
|
/linux-6.6.21/net/sched/ |
D | act_tunnel_key.c | 46 skb_dst_set(skb, dst_clone(¶ms->tcft_enc_metadata->dst)); in tunnel_key_act()
|
/linux-6.6.21/net/xfrm/ |
D | xfrm_output.c | 54 struct dst_entry *child = dst_clone(xfrm_dst_child(skb_dst(skb))); in skb_dst_pop()
|
/linux-6.6.21/net/ipv6/ |
D | ip6_output.c | 673 skb_dst_set(to, dst_clone(skb_dst(from))); in ip6_copy_metadata() 1286 ip6_sk_dst_store_flow(sk, dst_clone(dst), fl6); in ip6_sk_dst_lookup_flow()
|
D | ip6mr.c | 1117 skb_dst_set(skb, dst_clone(skb_dst(pkt))); in ip6mr_cache_report()
|
/linux-6.6.21/net/ipv4/ |
D | arp.c | 319 skb_dst_set(skb, dst_clone(dst)); in arp_send_dst()
|
D | udp.c | 1228 sk_dst_set(sk, dst_clone(&rt->dst)); in udp_sendmsg()
|
/linux-6.6.21/net/sctp/ |
D | ipv6.c | 224 struct dst_entry *dst = dst_clone(t->dst); in sctp_v6_xmit()
|
D | protocol.c | 1056 struct dst_entry *dst = dst_clone(t->dst); in sctp_v4_xmit()
|