| /net/dsa/ |
| D | dsa2.c | 32 struct dsa_switch_tree *dst; in dsa_get_dst() local 44 struct dsa_switch_tree *dst = container_of(ref, struct dsa_switch_tree, in dsa_free_dst() local 51 static void dsa_put_dst(struct dsa_switch_tree *dst) in dsa_put_dst() 58 struct dsa_switch_tree *dst; in dsa_add_dst() local 71 static void dsa_dst_add_ds(struct dsa_switch_tree *dst, in dsa_dst_add_ds() 78 static void dsa_dst_del_ds(struct dsa_switch_tree *dst, in dsa_dst_del_ds() 120 static struct dsa_switch *dsa_dst_find_port_dn(struct dsa_switch_tree *dst, in dsa_dst_find_port_dn() 138 static int dsa_port_complete(struct dsa_switch_tree *dst, in dsa_port_complete() 169 static int dsa_ds_complete(struct dsa_switch_tree *dst, struct dsa_switch *ds) in dsa_ds_complete() 198 static int dsa_dst_complete(struct dsa_switch_tree *dst) in dsa_dst_complete() [all …]
|
| D | legacy.c | 100 struct dsa_switch_tree *dst = ds->dst; in dsa_switch_setup_one() local 217 dsa_switch_setup(struct dsa_switch_tree *dst, struct net_device *master, in dsa_switch_setup() 572 static int dsa_setup_dst(struct dsa_switch_tree *dst, struct net_device *dev, in dsa_setup_dst() 616 struct dsa_switch_tree *dst; in dsa_probe() local 670 static void dsa_remove_dst(struct dsa_switch_tree *dst) in dsa_remove_dst() 696 struct dsa_switch_tree *dst = platform_get_drvdata(pdev); in dsa_remove() local 712 struct dsa_switch_tree *dst = platform_get_drvdata(pdev); in dsa_suspend() local 728 struct dsa_switch_tree *dst = platform_get_drvdata(pdev); in dsa_resume() local
|
| /net/core/ |
| D | dst.c | 61 void dst_init(struct dst_entry *dst, struct dst_ops *ops, in dst_init() 100 struct dst_entry *dst; in dst_alloc() local 117 struct dst_entry *dst_destroy(struct dst_entry * dst) in dst_destroy() 149 struct dst_entry *dst = container_of(head, struct dst_entry, rcu_head); in dst_destroy_rcu() local 163 void dst_dev_put(struct dst_entry *dst) in dst_dev_put() 178 void dst_release(struct dst_entry *dst) in dst_release() 193 void dst_release_immediate(struct dst_entry *dst) in dst_release_immediate() 208 u32 *dst_cow_metrics_generic(struct dst_entry *dst, unsigned long old) in dst_cow_metrics_generic() 238 void __dst_destroy_metrics_generic(struct dst_entry *dst, unsigned long old) in __dst_destroy_metrics_generic() 271 struct dst_entry *dst; in __metadata_dst_init() local
|
| D | dst_cache.c | 23 struct dst_entry *dst; member 32 struct dst_entry *dst, u32 cookie) in dst_cache_per_cpu_dst_set() 45 struct dst_entry *dst; in dst_cache_per_cpu_get() local 79 struct dst_entry *dst; in dst_cache_get_ip4() local 94 void dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip4() 109 void dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip6() 128 struct dst_entry *dst; in dst_cache_get_ip6() local
|
| D | lwt_bpf.c | 43 struct dst_entry *dst, bool can_redirect) in run_lwt_bpf() 94 struct dst_entry *dst = skb_dst(skb); in bpf_input() local 117 struct dst_entry *dst = skb_dst(skb); in bpf_output() local 154 struct dst_entry *dst = skb_dst(skb); in bpf_xmit() local
|
| /net/bridge/ |
| D | br_nf_core.c | 28 static void fake_update_pmtu(struct dst_entry *dst, struct sock *sk, in fake_update_pmtu() 34 static void fake_redirect(struct dst_entry *dst, struct sock *sk, in fake_redirect() 39 static u32 *fake_cow_metrics(struct dst_entry *dst, unsigned long old) in fake_cow_metrics() 44 static struct neighbour *fake_neigh_lookup(const struct dst_entry *dst, in fake_neigh_lookup() 51 static unsigned int fake_mtu(const struct dst_entry *dst) in fake_mtu()
|
| /net/ipv6/ |
| D | inet6_connection_sock.c | 39 struct dst_entry *dst; in inet6_csk_route_req() local 89 struct dst_entry *dst; in inet6_csk_route_socket() local 122 struct dst_entry *dst; in inet6_csk_xmit() local 149 struct dst_entry *dst = inet6_csk_route_socket(sk, &fl6); in inet6_csk_update_pmtu() local
|
| D | xfrm6_policy.c | 35 struct dst_entry *dst; in xfrm6_dst_lookup() local 61 struct dst_entry *dst; in xfrm6_get_saddr() local 79 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() 231 static void xfrm6_redirect(struct dst_entry *dst, struct sock *sk, in xfrm6_redirect() 240 static void xfrm6_dst_destroy(struct dst_entry *dst) in xfrm6_dst_destroy() 250 static void xfrm6_dst_ifdown(struct dst_entry *dst, struct net_device *dev, in xfrm6_dst_ifdown()
|
| D | xfrm6_state.c | 61 __xfrm6_sort(void **dst, void **src, int n, int (*cmp)(void *p), int maxclass) in __xfrm6_sort() 118 __xfrm6_state_sort(struct xfrm_state **dst, struct xfrm_state **src, int n) in __xfrm6_state_sort() 151 __xfrm6_tmpl_sort(struct xfrm_tmpl **dst, struct xfrm_tmpl **src, int n) in __xfrm6_tmpl_sort()
|
| D | output_core.c | 14 const struct in6_addr *dst, in __ipv6_select_ident() 18 struct in6_addr dst; in __ipv6_select_ident() member 127 int ip6_dst_hoplimit(struct dst_entry *dst) in ip6_dst_hoplimit()
|
| D | ip6_output.c | 64 struct dst_entry *dst = skb_dst(skb); in ip6_finish_output2() local 197 struct dst_entry *dst = skb_dst(skb); in ip6_xmit() local 376 struct dst_entry *dst = skb_dst(skb); in ip6_forward_finish() local 384 static unsigned int ip6_dst_mtu_forward(const struct dst_entry *dst) in ip6_dst_mtu_forward() 425 struct dst_entry *dst = skb_dst(skb); in ip6_forward() local 905 struct dst_entry *dst, in ip6_sk_dst_check() 952 struct dst_entry **dst, struct flowi6 *fl6) in ip6_dst_lookup_tail() 1073 int ip6_dst_lookup(struct net *net, struct sock *sk, struct dst_entry **dst, in ip6_dst_lookup() 1095 struct dst_entry *dst = NULL; in ip6_dst_lookup_flow() local 1125 struct dst_entry *dst = sk_dst_check(sk, inet6_sk(sk)->dst_cookie); in ip6_sk_dst_lookup_flow() local
|
| D | route.c | 187 static u32 *ipv6_cow_metrics(struct dst_entry *dst, unsigned long old) in ipv6_cow_metrics() 212 static struct neighbour *ip6_neigh_lookup(const struct dst_entry *dst, in ip6_neigh_lookup() 226 static void ip6_confirm_neigh(const struct dst_entry *dst, const void *daddr) in ip6_confirm_neigh() 260 static unsigned int ip6_blackhole_mtu(const struct dst_entry *dst) in ip6_blackhole_mtu() 267 static void ip6_rt_blackhole_update_pmtu(struct dst_entry *dst, struct sock *sk, in ip6_rt_blackhole_update_pmtu() 273 static void ip6_rt_blackhole_redirect(struct dst_entry *dst, struct sock *sk, in ip6_rt_blackhole_redirect() 345 struct dst_entry *dst = &rt->dst; in rt6_info_init() local 394 static void ip6_dst_destroy(struct dst_entry *dst) in ip6_dst_destroy() 414 static void ip6_dst_ifdown(struct dst_entry *dst, struct net_device *dev, in ip6_dst_ifdown() 914 struct dst_entry *dst; in rt6_lookup() local [all …]
|
| D | seg6_iptunnel.c | 97 struct dst_entry *dst = skb_dst(skb); in seg6_do_srh_encap() local 211 struct dst_entry *dst = skb_dst(skb); in seg6_do_srh() local 273 struct dst_entry *dst = NULL; in seg6_input() local 314 struct dst_entry *dst = NULL; in seg6_output() local
|
| /net/ipv4/ |
| D | xfrm4_policy.c | 60 struct dst_entry *dst; in xfrm4_get_saddr() local 77 static int xfrm4_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm4_init_path() 224 static void xfrm4_update_pmtu(struct dst_entry *dst, struct sock *sk, in xfrm4_update_pmtu() 234 static void xfrm4_redirect(struct dst_entry *dst, struct sock *sk, in xfrm4_redirect() 243 static void xfrm4_dst_destroy(struct dst_entry *dst) in xfrm4_dst_destroy() 252 static void xfrm4_dst_ifdown(struct dst_entry *dst, struct net_device *dev, in xfrm4_dst_ifdown()
|
| D | tcp_metrics.c | 96 const struct dst_entry *dst, in tcpm_suck_dst() 136 static void tcpm_check_stamp(struct tcp_metrics_block *tm, struct dst_entry *dst) in tcpm_check_stamp() 148 static struct tcp_metrics_block *tcpm_new(struct dst_entry *dst, in tcpm_new() 232 struct dst_entry *dst) in __tcp_get_metrics_req() 274 struct dst_entry *dst, in tcp_get_metrics() 325 struct dst_entry *dst = __sk_dst_get(sk); in tcp_update_metrics() local 444 struct dst_entry *dst = __sk_dst_get(sk); in tcp_init_metrics() local 531 bool tcp_peer_is_proven(struct request_sock *req, struct dst_entry *dst) in tcp_peer_is_proven() 582 struct dst_entry *dst = __sk_dst_get(sk); in tcp_fastopen_cache_set() local
|
| D | route.c | 154 static u32 *ipv4_cow_metrics(struct dst_entry *dst, unsigned long old) in ipv4_cow_metrics() 348 struct ip_rt_acct *dst, *src; in rt_acct_proc_show() local 451 static struct neighbour *ipv4_neigh_lookup(const struct dst_entry *dst, in ipv4_neigh_lookup() 472 static void ipv4_confirm_neigh(const struct dst_entry *dst, const void *daddr) in ipv4_confirm_neigh() 829 static void ip_do_redirect(struct dst_entry *dst, struct sock *sk, struct sk_buff *skb) in ip_do_redirect() 846 static struct dst_entry *ipv4_negative_advice(struct dst_entry *dst) in ipv4_negative_advice() 1016 struct dst_entry *dst = &rt->dst; in __ip_rt_update_pmtu() local 1046 static void ip_rt_update_pmtu(struct dst_entry *dst, struct sock *sk, in ip_rt_update_pmtu() 1182 static struct dst_entry *ipv4_dst_check(struct dst_entry *dst, u32 cookie) in ipv4_dst_check() 1300 static unsigned int ipv4_default_advmss(const struct dst_entry *dst) in ipv4_default_advmss() [all …]
|
| /net/decnet/ |
| D | dn_route.c | 155 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() 262 static void dn_dst_update_pmtu(struct dst_entry *dst, struct sock *sk, in dn_dst_update_pmtu() 292 static void dn_dst_redirect(struct dst_entry *dst, struct sock *sk, in dn_dst_redirect() 300 static struct dst_entry *dn_dst_check(struct dst_entry *dst, __u32 cookie) in dn_dst_check() 305 static struct dst_entry *dn_dst_negative_advice(struct dst_entry *dst) in dn_dst_negative_advice() 431 __le16 *dst; in dn_return_short() local 743 struct dst_entry *dst = skb_dst(skb); in dn_output() local 782 struct dst_entry *dst = skb_dst(skb); in dn_forward() local [all …]
|
| /net/dccp/ |
| D | ipv6.c | 128 struct dst_entry *dst = __sk_dst_check(sk, np->dst_cookie); in dccp_v6_err() local 137 struct dst_entry *dst = NULL; in dccp_v6_err() local 197 struct dst_entry *dst; in dccp_v6_send_response() local 258 struct dst_entry *dst; in dccp_v6_ctl_send_reset() local 399 struct dst_entry *dst, in dccp_v6_request_recv_sock() 814 struct dst_entry *dst; in dccp_v6_connect() local
|
| D | ipv4.c | 151 struct dst_entry *dst; in dccp_do_pmtu_discovery() local 192 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() 482 struct dst_entry *dst; in dccp_v4_send_response() local 514 struct dst_entry *dst; in dccp_v4_ctl_send_reset() local
|
| /net/ceph/ |
| D | armor.c | 37 int ceph_armor(char *dst, const char *src, const char *end) in ceph_armor() 75 int ceph_unarmor(char *dst, const char *src, const char *end) in ceph_unarmor()
|
| /net/bridge/netfilter/ |
| D | ebt_ip.c | 24 __be16 dst; member 63 u32 dst = ntohs(pptr->dst); in ebt_ip_mt() local
|
| D | ebt_mark.c | 61 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()
|
| /net/vmw_vsock/ |
| D | vmci_transport_notify.c | 116 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/xfrm/ |
| D | xfrm_policy.c | 134 struct dst_entry *dst; in __xfrm_dst_lookup() local 157 struct dst_entry *dst; in xfrm_dst_lookup() local 1521 struct dst_entry *dst = &xdst->u.dst; in xfrm_alloc_dst() local 1532 static inline int xfrm_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm_init_path() 1574 struct dst_entry *dst) in xfrm_bundle_create() 1753 struct dst_entry *dst; in xfrm_resolve_and_create_bundle() local 1786 struct dst_entry *dst; in xfrm_policy_queue_process() local 1861 struct dst_entry *dst = skb_dst(skb); in xdst_queue_output() local 1908 struct dst_entry *dst; in xfrm_create_dummy_bundle() local 2055 struct dst_entry *dst, *route; in xfrm_lookup_with_ifid() local [all …]
|
| /net/batman-adv/ |
| D | tp_meter.c | 224 const u8 *dst, struct batadv_priv *bat_priv, in batadv_tp_batctl_notify() 254 const u8 *dst, in batadv_tp_batctl_error_notify() 272 const u8 *dst) in batadv_tp_list_find() 309 batadv_tp_list_find_session(struct batadv_priv *bat_priv, const u8 *dst, in batadv_tp_list_find_session() 944 void batadv_tp_start(struct batadv_priv *bat_priv, const u8 *dst, in batadv_tp_start() 1069 void batadv_tp_stop(struct batadv_priv *bat_priv, const u8 *dst, in batadv_tp_stop() 1164 static int batadv_tp_send_ack(struct batadv_priv *bat_priv, const u8 *dst, in batadv_tp_send_ack()
|