Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 172) sorted by relevance

1234567

/net/core/
Ddst.c68 struct dst_entry *dst, *next, head; in dst_gc_task() local
165 struct dst_entry *dst; in dst_alloc() local
207 static void ___dst_free(struct dst_entry *dst) in ___dst_free()
217 void __dst_free(struct dst_entry *dst) in __dst_free()
233 struct dst_entry *dst_destroy(struct dst_entry * dst) in dst_destroy()
270 void dst_release(struct dst_entry *dst) in dst_release()
286 u32 *dst_cow_metrics_generic(struct dst_entry *dst, unsigned long old) in dst_cow_metrics_generic()
311 void __dst_destroy_metrics_generic(struct dst_entry *dst, unsigned long old) in __dst_destroy_metrics_generic()
331 void __skb_dst_set_noref(struct sk_buff *skb, struct dst_entry *dst, bool force) in __skb_dst_set_noref()
354 static void dst_ifdown(struct dst_entry *dst, struct net_device *dev, in dst_ifdown()
[all …]
/net/ipv6/
Dxfrm6_policy.c35 struct dst_entry *dst; in xfrm6_dst_lookup() local
59 struct dst_entry *dst; in xfrm6_get_saddr() local
86 static int xfrm6_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm6_init_path()
221 static void xfrm6_update_pmtu(struct dst_entry *dst, struct sock *sk, in xfrm6_update_pmtu()
230 static void xfrm6_redirect(struct dst_entry *dst, struct sock *sk, in xfrm6_redirect()
239 static void xfrm6_dst_destroy(struct dst_entry *dst) in xfrm6_dst_destroy()
253 static void xfrm6_dst_ifdown(struct dst_entry *dst, struct net_device *dev, in xfrm6_dst_ifdown()
Dinet6_connection_sock.c76 struct dst_entry *dst; in inet6_csk_route_req() local
186 void __inet6_csk_dst_store(struct sock *sk, struct dst_entry *dst, in __inet6_csk_dst_store()
205 struct dst_entry *dst; in inet6_csk_route_socket() local
239 struct dst_entry *dst; in inet6_csk_xmit() local
266 struct dst_entry *dst = inet6_csk_route_socket(sk, &fl6); in inet6_csk_update_pmtu() local
Dxfrm6_state.c60 __xfrm6_sort(void **dst, void **src, int n, int (*cmp)(void *p), int maxclass) in __xfrm6_sort()
117 __xfrm6_state_sort(struct xfrm_state **dst, struct xfrm_state **src, int n) in __xfrm6_state_sort()
150 __xfrm6_tmpl_sort(struct xfrm_tmpl **dst, struct xfrm_tmpl **src, int n) in __xfrm6_tmpl_sort()
Droute.c96 static u32 *ipv6_cow_metrics(struct dst_entry *dst, unsigned long old) in ipv6_cow_metrics()
139 static struct neighbour *ip6_neigh_lookup(const struct dst_entry *dst, in ip6_neigh_lookup()
172 static unsigned int ip6_blackhole_mtu(const struct dst_entry *dst) in ip6_blackhole_mtu()
179 static void ip6_rt_blackhole_update_pmtu(struct dst_entry *dst, struct sock *sk, in ip6_rt_blackhole_update_pmtu()
184 static void ip6_rt_blackhole_redirect(struct dst_entry *dst, struct sock *sk, in ip6_rt_blackhole_redirect()
189 static u32 *ip6_rt_blackhole_cow_metrics(struct dst_entry *dst, in ip6_rt_blackhole_cow_metrics()
274 struct dst_entry *dst = &rt->dst; in ip6_dst_alloc() local
285 static void ip6_dst_destroy(struct dst_entry *dst) in ip6_dst_destroy()
324 static void ip6_dst_ifdown(struct dst_entry *dst, struct net_device *dev, in ip6_dst_ifdown()
768 struct dst_entry *dst; in rt6_lookup() local
[all …]
Dip6_output.c86 struct dst_entry *dst = skb_dst(skb); in ip6_finish_output2() local
185 struct dst_entry *dst = skb_dst(skb); in ip6_xmit() local
349 struct dst_entry *dst = skb_dst(skb); in ip6_forward() local
820 struct dst_entry *dst, in ip6_sk_dst_check()
866 struct dst_entry **dst, struct flowi6 *fl6) in ip6_dst_lookup_tail()
952 int ip6_dst_lookup(struct sock *sk, struct dst_entry **dst, struct flowi6 *fl6) in ip6_dst_lookup()
975 struct dst_entry *dst = NULL; in ip6_dst_lookup_flow() local
1009 struct dst_entry *dst = sk_dst_check(sk, inet6_sk(sk)->dst_cookie); in ip6_sk_dst_lookup_flow() local
Dtcp_ipv6.c96 struct dst_entry *dst = skb_dst(skb); in inet6_sk_rx_dst_set() local
139 struct dst_entry *dst; in tcp_v6_connect() local
324 struct dst_entry *dst; in tcp_v6_mtu_reduced() local
388 struct dst_entry *dst = __sk_dst_check(sk, np->dst_cookie); in tcp_v6_err() local
465 static int tcp_v6_send_synack(struct sock *sk, struct dst_entry *dst, in tcp_v6_send_synack()
738 struct dst_entry *dst; in tcp_v6_send_response() local
964 struct dst_entry *dst = NULL; in tcp_v6_conn_request() local
1095 struct dst_entry *dst) in tcp_v6_syn_recv_sock()
1367 struct dst_entry *dst = sk->sk_rx_dst; in tcp_v6_do_rcv() local
1634 struct dst_entry *dst = sk->sk_rx_dst; in tcp_v6_early_demux() local
/net/ipv4/
Dxfrm4_policy.c57 struct dst_entry *dst; in xfrm4_get_saddr() local
74 static int xfrm4_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm4_init_path()
196 static void xfrm4_update_pmtu(struct dst_entry *dst, struct sock *sk, in xfrm4_update_pmtu()
205 static void xfrm4_redirect(struct dst_entry *dst, struct sock *sk, in xfrm4_redirect()
214 static void xfrm4_dst_destroy(struct dst_entry *dst) in xfrm4_dst_destroy()
223 static void xfrm4_dst_ifdown(struct dst_entry *dst, struct net_device *dev, in xfrm4_dst_ifdown()
Droute.c144 static void ipv4_dst_ifdown(struct dst_entry *dst, struct net_device *dev, in ipv4_dst_ifdown()
149 static u32 *ipv4_cow_metrics(struct dst_entry *dst, unsigned long old) in ipv4_cow_metrics()
343 struct ip_rt_acct *dst, *src; in rt_acct_proc_show() local
446 static struct neighbour *ipv4_neigh_lookup(const struct dst_entry *dst, in ipv4_neigh_lookup()
487 void __ip_select_ident(struct iphdr *iph, struct dst_entry *dst, int more) in __ip_select_ident()
739 static void ip_do_redirect(struct dst_entry *dst, struct sock *sk, struct sk_buff *skb) in ip_do_redirect()
756 static struct dst_entry *ipv4_negative_advice(struct dst_entry *dst) in ipv4_negative_advice()
917 struct dst_entry *dst = &rt->dst; in __ip_rt_update_pmtu() local
946 static void ip_rt_update_pmtu(struct dst_entry *dst, struct sock *sk, in ip_rt_update_pmtu()
999 struct dst_entry *dst; in ipv4_sk_update_pmtu() local
[all …]
Dtcp_metrics.c99 static void tcpm_suck_dst(struct tcp_metrics_block *tm, struct dst_entry *dst, in tcpm_suck_dst()
133 static struct tcp_metrics_block *tcpm_new(struct dst_entry *dst, in tcpm_new()
174 static void tcpm_check_stamp(struct tcp_metrics_block *tm, struct dst_entry *dst) in tcpm_check_stamp()
208 struct dst_entry *dst) in __tcp_get_metrics_req()
276 struct dst_entry *dst, in tcp_get_metrics()
323 struct dst_entry *dst = __sk_dst_get(sk); in tcp_update_metrics() local
443 struct dst_entry *dst = __sk_dst_get(sk); in tcp_init_metrics() local
536 bool tcp_peer_is_proven(struct request_sock *req, struct dst_entry *dst, bool paws_check) in tcp_peer_is_proven()
565 void tcp_fetch_timewait_stamp(struct sock *sk, struct dst_entry *dst) in tcp_fetch_timewait_stamp()
590 struct dst_entry *dst = __sk_dst_get(sk); in tcp_remember_stamp() local
Dxfrm4_output.c24 struct dst_entry *dst; in xfrm4_tunnel_check_size() local
94 struct dst_entry *dst = skb_dst(skb); in xfrm4_output() local
/net/ceph/
Dcrypto.c14 int ceph_crypto_key_clone(struct ceph_crypto_key *dst, in ceph_crypto_key_clone()
93 void *dst, size_t *dst_len, in ceph_aes_encrypt()
142 static int ceph_aes_encrypt2(const void *key, int key_len, void *dst, in ceph_aes_encrypt2()
197 void *dst, size_t *dst_len, in ceph_aes_decrypt()
331 int ceph_decrypt(struct ceph_crypto_key *secret, void *dst, size_t *dst_len, in ceph_decrypt()
384 int ceph_encrypt(struct ceph_crypto_key *secret, void *dst, size_t *dst_len, in ceph_encrypt()
404 int ceph_encrypt2(struct ceph_crypto_key *secret, void *dst, size_t *dst_len, in ceph_encrypt2()
Darmor.c36 int ceph_armor(char *dst, const char *src, const char *end) in ceph_armor()
74 int ceph_unarmor(char *dst, const char *src, const char *end) in ceph_unarmor()
/net/decnet/
Ddn_route.c155 static void dn_dst_destroy(struct dst_entry *dst) in dn_dst_destroy()
164 static void dn_dst_ifdown(struct dst_entry *dst, struct net_device *dev, int how) in dn_dst_ifdown()
178 static __inline__ unsigned int dn_hash(__le16 src, __le16 dst) in dn_hash()
271 static void dn_dst_update_pmtu(struct dst_entry *dst, struct sock *sk, in dn_dst_update_pmtu()
300 static void dn_dst_redirect(struct dst_entry *dst, struct sock *sk, in dn_dst_redirect()
308 static struct dst_entry *dn_dst_check(struct dst_entry *dst, __u32 cookie) in dn_dst_check()
313 static struct dst_entry *dn_dst_negative_advice(struct dst_entry *dst) in dn_dst_negative_advice()
438 __le16 *dst; in dn_return_short() local
748 struct dst_entry *dst = skb_dst(skb); in dn_to_neigh_output() local
757 struct dst_entry *dst = skb_dst(skb); in dn_output() local
[all …]
/net/xfrm/
Dxfrm_policy.c125 struct dst_entry *dst; in __xfrm_dst_lookup() local
146 struct dst_entry *dst; in xfrm_dst_lookup() local
1382 struct dst_entry *dst = &xdst->u.dst; in xfrm_bundle_flo_get() local
1405 struct dst_entry *dst = &xdst->u.dst; in xfrm_bundle_flo_check() local
1418 struct dst_entry *dst = &xdst->u.dst; in xfrm_bundle_flo_delete() local
1453 struct dst_entry *dst = &xdst->u.dst; in xfrm_alloc_dst() local
1467 static inline int xfrm_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm_init_path()
1509 struct dst_entry *dst) in xfrm_bundle_create()
1646 xfrm_dst_update_parent(struct dst_entry *dst, const struct xfrm_selector *sel) in xfrm_dst_update_parent()
1658 xfrm_dst_update_origin(struct dst_entry *dst, const struct flowi *fl) in xfrm_dst_update_origin()
[all …]
Dxfrm_output.c26 struct dst_entry *dst = skb_dst(skb); in xfrm_skb_check_space() local
43 struct dst_entry *dst = skb_dst(skb); in xfrm_output_one() local
/net/dccp/
Dipv4.c153 struct dst_entry *dst; in dccp_do_pmtu_discovery() local
193 struct dst_entry *dst = __sk_dst_check(sk, 0); in dccp_do_redirect() local
363 __be32 src, __be32 dst) in dccp_v4_csum_finish()
397 struct dst_entry *dst) in dccp_v4_request_recv_sock()
507 struct dst_entry *dst; in dccp_v4_send_response() local
537 struct dst_entry *dst; in dccp_v4_ctl_send_reset() local
Dipv6.c134 struct dst_entry *dst = __sk_dst_check(sk, np->dst_cookie); in dccp_v6_err() local
141 struct dst_entry *dst = NULL; in dccp_v6_err() local
224 struct dst_entry *dst; in dccp_v6_send_response() local
282 struct dst_entry *dst; in dccp_v6_ctl_send_reset() local
451 struct dst_entry *dst) in dccp_v6_request_recv_sock()
848 struct dst_entry *dst; in dccp_v6_connect() local
/net/dsa/
Ddsa.c78 dsa_switch_setup(struct dsa_switch_tree *dst, int index, in dsa_switch_setup()
217 struct dsa_switch_tree *dst; in dsa_link_poll_work() local
234 struct dsa_switch_tree *dst = (void *)_dst; in dsa_link_poll_timer() local
492 struct dsa_switch_tree *dst; in dsa_probe() local
587 struct dsa_switch_tree *dst = platform_get_drvdata(pdev); in dsa_remove() local
/net/bridge/netfilter/
Debt_ip.c24 __be16 dst; member
63 u32 dst = ntohs(pptr->dst); in ebt_ip_mt() local
Debt_mark.c61 static void mark_tg_compat_from_user(void *dst, const void *src) in mark_tg_compat_from_user()
70 static int mark_tg_compat_to_user(void __user *dst, const void *src) in mark_tg_compat_to_user()
Debt_mark_m.c45 static void mark_mt_compat_from_user(void *dst, const void *src) in mark_mt_compat_from_user()
56 static int mark_mt_compat_to_user(void __user *dst, const void *src) in mark_mt_compat_to_user()
/net/vmw_vsock/
Dvmci_transport_notify.c116 struct sockaddr_vm *dst, in vmci_transport_handle_waiting_read()
146 struct sockaddr_vm *dst, in vmci_transport_handle_waiting_write()
176 struct sockaddr_vm *dst, struct sockaddr_vm *src) in vmci_transport_handle_read()
312 struct sockaddr_vm *dst, struct sockaddr_vm *src) in vmci_transport_handle_wrote()
610 struct sockaddr_vm *dst, in vmci_transport_notify_pkt_handle_pkt()
/net/sched/
Dem_meta.c142 static inline int int_dev(struct net_device *dev, struct meta_obj *dst) in int_dev()
151 static inline int var_dev(struct net_device *dev, struct meta_obj *dst) in var_dev()
561 static int meta_var_change(struct meta_value *dst, struct nlattr *nla) in meta_var_change()
578 struct meta_obj *dst) in meta_var_apply_extras()
614 static int meta_int_change(struct meta_value *dst, struct nlattr *nla) in meta_int_change()
629 struct meta_obj *dst) in meta_int_apply_extras()
692 struct meta_value *v, struct meta_obj *dst) in meta_get()
751 static inline int meta_change_data(struct meta_value *dst, struct nlattr *nla) in meta_change_data()
/net/phonet/
Dpn_netlink.c170 static int fill_route(struct sk_buff *skb, struct net_device *dev, u8 dst, in fill_route()
200 void rtm_phonet_notify(int event, struct net_device *dev, u8 dst) in rtm_phonet_notify()
234 u8 dst; in route_doit() local

1234567