Home
last modified time | relevance | path

Searched refs:dst_clone (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/include/net/
A Ddst.h242 static inline struct dst_entry *dst_clone(struct dst_entry *dst) in dst_clone() function
278 dst_clone(skb_dst(nskb)); in __skb_dst_copy()
/linux-6.3-rc2/drivers/infiniband/sw/rxe/
A Drxe_net.c232 skb_dst_set(skb, dst_clone(dst)); in prepare_ipv4_hdr()
262 skb_dst_set(skb, dst_clone(dst)); in prepare_ipv6_hdr()
/linux-6.3-rc2/net/dccp/
A Doutput.c420 skb_dst_set(skb, dst_clone(dst)); in dccp_make_response()
A Dipv4.c553 skb_dst_set(skb, dst_clone(dst)); in dccp_v4_ctl_send_reset()
/linux-6.3-rc2/net/xfrm/
A Dxfrm_output.c53 struct dst_entry *child = dst_clone(xfrm_dst_child(skb_dst(skb))); in skb_dst_pop()
/linux-6.3-rc2/net/sched/
A Dact_tunnel_key.c46 skb_dst_set(skb, dst_clone(&params->tcft_enc_metadata->dst)); in tunnel_key_act()
/linux-6.3-rc2/net/ipv6/
A Dip6_output.c667 skb_dst_set(to, dst_clone(skb_dst(from))); in ip6_copy_metadata()
1280 ip6_sk_dst_store_flow(sk, dst_clone(dst), fl6); in ip6_sk_dst_lookup_flow()
A Dip6mr.c1117 skb_dst_set(skb, dst_clone(skb_dst(pkt))); in ip6mr_cache_report()
/linux-6.3-rc2/net/ipv4/
A Darp.c319 skb_dst_set(skb, dst_clone(dst)); in arp_send_dst()
A Dipmr.c1072 skb_dst_set(skb, dst_clone(skb_dst(pkt))); in ipmr_cache_report()
A Dudp.c1245 sk_dst_set(sk, dst_clone(&rt->dst)); in udp_sendmsg()
/linux-6.3-rc2/net/sctp/
A Dipv6.c224 struct dst_entry *dst = dst_clone(t->dst); in sctp_v6_xmit()
A Dprotocol.c1057 struct dst_entry *dst = dst_clone(t->dst); in sctp_v4_xmit()

Completed in 59 milliseconds