Searched refs:dst_entry (Results 76 - 100 of 207) sorted by relevance

123456789

/linux-master/net/netfilter/
H A Dnf_flow_table_core.c86 static struct dst_entry *nft_route_dst_fetch(struct nf_flow_route *route,
89 struct dst_entry *dst = route->tuple[dir].dst;
101 struct dst_entry *dst = nft_route_dst_fetch(route, dir);
H A Dxt_policy.c86 const struct dst_entry *dst = skb_dst(skb);
H A Dutils.c163 int nf_route(struct net *net, struct dst_entry **dst, struct flowi *fl,
H A Dnf_flow_table_offload.c92 struct dst_entry *other_dst)
278 const struct dst_entry *dst_cache;
583 struct dst_entry *dst;
608 struct dst_entry *dst;
739 struct dst_entry *other_dst = NULL;
/linux-master/net/netfilter/ipvs/
H A Dip_vs_xmit.c74 struct dst_entry *dst, u32 dst_cookie)
95 struct dst_entry *dst;
264 struct dst_entry *dst = skb_dst(skb);
428 static struct dst_entry *
432 struct dst_entry *dst;
477 struct dst_entry *dst;
/linux-master/net/dccp/
H A Ddccp.h268 struct dst_entry *dst,
286 struct sk_buff *dccp_make_response(const struct sock *sk, struct dst_entry *dst,
H A Doutput.c399 struct sk_buff *dccp_make_response(const struct sock *sk, struct dst_entry *dst,
545 struct dst_entry *dst = __sk_dst_get(sk);
/linux-master/net/ipv6/netfilter/
H A Dnf_reject_ipv6.c265 struct dst_entry *dst = NULL;
287 struct dst_entry *dst = NULL;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_eswitch.c199 dst_hold((struct dst_entry *)repr->dst);
200 skb_dst_set(skb, (struct dst_entry *)repr->dst);
/linux-master/net/sched/
H A Dsch_teql.c220 struct dst_entry *dst)
261 struct dst_entry *dst = skb_dst(skb);
H A Dsch_frag.c74 sch_frag_dst_get_mtu(const struct dst_entry *dst)
/linux-master/drivers/net/ipvlan/
H A Dipvlan_l3s.c63 struct dst_entry *dst;
/linux-master/net/l2tp/
H A Dl2tp_core.h295 struct dst_entry *dst;
/linux-master/net/ipv6/
H A Daddrconf_core.c132 static struct dst_entry *eafnosupport_ipv6_dst_lookup_flow(struct net *net,
H A Dioam6_iptunnel.c261 struct dst_entry *dst = skb_dst(skb);
298 struct dst_entry *dst = skb_dst(skb);
H A Dip6_input.c113 struct dst_entry *curr_dst = NULL;
118 struct dst_entry *dst;
/linux-master/net/mpls/
H A Dmpls_iptunnel.c44 struct dst_entry *dst = skb_dst(skb);
/linux-master/drivers/s390/net/
H A Dqeth_core.h953 static inline struct dst_entry *qeth_dst_check_rcu(struct sk_buff *skb,
956 struct dst_entry *dst = skb_dst(skb);
971 struct dst_entry *dst)
978 struct dst_entry *dst)
/linux-master/drivers/net/
H A Dpfcp.c91 skb_dst_set(skb, (struct dst_entry *)tun_dst);
/linux-master/include/net/
H A Drequest_sock.h25 struct dst_entry;
/linux-master/net/mptcp/
H A Dsubflow.c300 static struct dst_entry *subflow_v4_route_req(const struct sock *sk,
306 struct dst_entry *dst;
342 static int subflow_v4_send_synack(const struct sock *sk, struct dst_entry *dst,
356 static int subflow_v6_send_synack(const struct sock *sk, struct dst_entry *dst,
369 static struct dst_entry *subflow_v6_route_req(const struct sock *sk,
375 struct dst_entry *dst;
789 struct dst_entry *dst,
/linux-master/net/ipv4/
H A Dinet_connection_sock.c811 struct dst_entry *inet_csk_route_req(const struct sock *sk,
847 struct dst_entry *inet_csk_route_child_sock(const struct sock *sk,
1480 static struct dst_entry *inet_csk_rebuild_route(struct sock *sk, struct flowi *fl)
1506 struct dst_entry *inet_csk_update_pmtu(struct sock *sk, u32 mtu)
1508 struct dst_entry *dst = __sk_dst_check(sk, 0);
H A Dip_input.c598 struct dst_entry *curr_dst = NULL;
604 struct dst_entry *dst;
/linux-master/include/net/sctp/
H A Dsctp.h561 static inline struct dst_entry *sctp_transport_dst_check(struct sctp_transport *t)
598 static inline __u32 sctp_dst_mtu(const struct dst_entry *dst)
/linux-master/net/xfrm/
H A Dxfrm_device.c238 struct dst_entry *dst;
412 struct dst_entry *dst = skb_dst(skb);

Completed in 419 milliseconds

123456789