Searched refs:dst_clone (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/include/net/ |
H A 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()
|
/openbmc/linux/drivers/infiniband/sw/rxe/ |
H A 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()
|
/openbmc/linux/net/dccp/ |
H A D | output.c | 420 skb_dst_set(skb, dst_clone(dst)); in dccp_make_response()
|
H A D | ipv4.c | 554 skb_dst_set(skb, dst_clone(dst)); in dccp_v4_ctl_send_reset()
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_output.c | 54 struct dst_entry *child = dst_clone(xfrm_dst_child(skb_dst(skb))); in skb_dst_pop()
|
/openbmc/linux/net/sched/ |
H A D | act_tunnel_key.c | 46 skb_dst_set(skb, dst_clone(¶ms->tcft_enc_metadata->dst)); in tunnel_key_act()
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_output.c | 683 skb_dst_set(to, dst_clone(skb_dst(from))); in ip6_copy_metadata() 1297 ip6_sk_dst_store_flow(sk, dst_clone(dst), fl6); in ip6_sk_dst_lookup_flow()
|
H A D | ip6mr.c | 1131 skb_dst_set(skb, dst_clone(skb_dst(pkt))); in ip6mr_cache_report()
|
/openbmc/linux/net/sctp/ |
H A D | ipv6.c | 224 struct dst_entry *dst = dst_clone(t->dst); in sctp_v6_xmit()
|
H A D | protocol.c | 1056 struct dst_entry *dst = dst_clone(t->dst); in sctp_v4_xmit()
|
/openbmc/linux/net/ipv4/ |
H A D | arp.c | 319 skb_dst_set(skb, dst_clone(dst)); in arp_send_dst()
|
H A D | udp.c | 1250 sk_dst_set(sk, dst_clone(&rt->dst)); in udp_sendmsg()
|