Searched refs:dst_entry (Results 126 - 150 of 207) sorted by relevance

123456789

/linux-master/net/smc/
H A Dsmc_pnet.c1132 struct dst_entry *dst = sk_dst_get(sk);
1149 struct dst_entry *dst = sk_dst_get(sk);
/linux-master/net/ipv4/
H A Dtcp_minisocks.c413 const struct dst_entry *dst)
457 void tcp_ca_openreq_child(struct sock *sk, const struct dst_entry *dst)
H A Dtcp_output.c126 const struct dst_entry *dst = __sk_dst_get(sk);
341 const struct dst_entry *dst = __sk_dst_get(sk);
1863 const struct dst_entry *dst = __sk_dst_get(sk);
3705 struct sk_buff *tcp_make_synack(const struct sock *sk, struct dst_entry *dst,
3853 static void tcp_ca_dst_init(struct sock *sk, const struct dst_entry *dst)
3875 const struct dst_entry *dst = __sk_dst_get(sk);
4166 const struct dst_entry *dst = __sk_dst_get(sk);
H A Dicmp.c313 struct dst_entry *dst = &rt->dst;
488 struct dst_entry *dst, *dst2;
H A Dudp.c2228 bool udp_sk_rx_dst_set(struct sock *sk, struct dst_entry *dst)
2230 struct dst_entry *old;
2233 old = xchg((__force struct dst_entry **)&sk->sk_rx_dst, dst);
2427 struct dst_entry *dst = skb_dst(skb);
2564 struct dst_entry *dst;
H A Dip_output.c136 const struct dst_entry *dst)
200 struct dst_entry *dst = skb_dst(skb);
/linux-master/drivers/net/
H A Dbareudp.c364 struct dst_entry *dst = NULL;
505 struct dst_entry *dst;
H A Dgeneve.c763 static int geneve_build_skb(struct dst_entry *dst, struct sk_buff *skb,
931 struct dst_entry *dst = NULL;
1099 struct dst_entry *dst;
/linux-master/net/netfilter/
H A Dnft_tunnel.c539 dst_hold((struct dst_entry *) priv->md);
540 skb_dst_set(skb, (struct dst_entry *) priv->md);
/linux-master/net/openvswitch/
H A Dactions.c821 ovs_dst_get_mtu(const struct dst_entry *dst)
1113 dst_hold((struct dst_entry *)tun->tun_dst);
1114 skb_dst_set(skb, (struct dst_entry *)tun->tun_dst);
/linux-master/drivers/net/wireguard/
H A Dsocket.c110 struct dst_entry *dst = NULL;
/linux-master/drivers/scsi/cxgbi/
H A Dlibcxgbi.h155 struct dst_entry *dst;
/linux-master/net/ipv6/
H A Dseg6_local.c278 struct dst_entry *dst = NULL;
905 struct dst_entry *orig_dst = skb_dst(skb);
956 struct dst_entry *orig_dst = skb_dst(skb);
1602 struct dst_entry *orig_dst = skb_dst(skb);
H A Dfib6_rules.c92 struct dst_entry *fib6_rule_lookup(struct net *net, struct flowi6 *fl6,
H A Draw.c594 struct flowi6 *fl6, struct dst_entry **dstp,
751 struct dst_entry *dst = NULL;
H A Dip6_tunnel.c875 skb_dst_set(skb, (struct dst_entry *)tun_dst);
882 dst_release((struct dst_entry *)tun_dst);
1090 struct dst_entry *dst = NULL, *ndst = NULL;
H A Dndisc.c474 struct dst_entry *dst = skb_dst(skb);
1687 struct dst_entry *dst;
/linux-master/drivers/net/ipvlan/
H A Dipvlan_core.c470 struct dst_entry *dst;
/linux-master/net/sched/
H A Dcls_route.c130 struct dst_entry *dst;
/linux-master/net/sctp/
H A Ddiag.c31 struct dst_entry *dst;
/linux-master/include/net/
H A Dip_tunnels.h598 int skb_tunnel_check_pmtu(struct sk_buff *skb, struct dst_entry *encap_dst,
H A Dip_vs.h469 struct dst_entry;
708 struct dst_entry *dst_cache; /* destination cache entry */
/linux-master/net/l2tp/
H A Dl2tp_ip6.c497 struct dst_entry *dst = NULL;
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c652 struct dst_entry *dst;
803 struct dst_entry *dst;
/linux-master/drivers/s390/net/
H A Dqeth_l3_main.c1565 static int qeth_l3_get_cast_type_rcu(struct sk_buff *skb, struct dst_entry *dst,
1604 struct dst_entry *dst;
1633 struct dst_entry *dst;

Completed in 758 milliseconds

123456789