Searched refs:dst_clone (Results 1 – 12 of 12) sorted by relevance
| /linux/include/net/ |
| A D | dst.h | 249 static inline struct dst_entry *dst_clone(struct dst_entry *dst) in dst_clone() function 285 dst_clone(skb_dst(nskb)); in __skb_dst_copy()
|
| /linux/drivers/infiniband/sw/rxe/ |
| 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()
|
| /linux/net/dccp/ |
| A D | output.c | 420 skb_dst_set(skb, dst_clone(dst)); in dccp_make_response()
|
| A D | ipv4.c | 556 skb_dst_set(skb, dst_clone(dst)); in dccp_v4_ctl_send_reset()
|
| /linux/net/xfrm/ |
| A D | xfrm_output.c | 54 struct dst_entry *child = dst_clone(xfrm_dst_child(skb_dst(skb))); in skb_dst_pop()
|
| /linux/net/sched/ |
| A D | act_tunnel_key.c | 46 skb_dst_set(skb, dst_clone(¶ms->tcft_enc_metadata->dst)); in tunnel_key_act()
|
| /linux/net/ipv6/ |
| A D | ip6_output.c | 686 skb_dst_set(to, dst_clone(skb_dst(from))); in ip6_copy_metadata() 1299 ip6_sk_dst_store_flow(sk, dst_clone(dst), fl6); in ip6_sk_dst_lookup_flow()
|
| A D | ip6mr.c | 1117 skb_dst_set(skb, dst_clone(skb_dst(pkt))); in ip6mr_cache_report()
|
| /linux/net/ipv4/ |
| A D | arp.c | 319 skb_dst_set(skb, dst_clone(dst)); in arp_send_dst()
|
| A D | udp.c | 1252 sk_dst_set(sk, dst_clone(&rt->dst)); in udp_sendmsg()
|
| /linux/net/sctp/ |
| A D | ipv6.c | 222 struct dst_entry *dst = dst_clone(t->dst); in sctp_v6_xmit()
|
| A D | protocol.c | 1057 struct dst_entry *dst = dst_clone(t->dst); in sctp_v4_xmit()
|
Completed in 41 milliseconds