/Linux-v4.19/net/core/ |
D | secure_seq.c | 55 const __be32 *saddr, const __be32 *daddr) in secure_tcpv6_ts_off() 59 struct in6_addr daddr; in secure_tcpv6_ts_off() member 74 u32 secure_tcpv6_seq(const __be32 *saddr, const __be32 *daddr, in secure_tcpv6_seq() 79 struct in6_addr daddr; in secure_tcpv6_seq() member 97 u32 secure_ipv6_port_ephemeral(const __be32 *saddr, const __be32 *daddr, in secure_ipv6_port_ephemeral() 102 struct in6_addr daddr; in secure_ipv6_port_ephemeral() member 117 u32 secure_tcp_ts_off(const struct net *net, __be32 saddr, __be32 daddr) in secure_tcp_ts_off() 132 u32 secure_tcp_seq(__be32 saddr, __be32 daddr, in secure_tcp_seq() 145 u32 secure_ipv4_port_ephemeral(__be32 saddr, __be32 daddr, __be16 dport) in secure_ipv4_port_ephemeral() 155 u64 secure_dccp_sequence_number(__be32 saddr, __be32 daddr, in secure_dccp_sequence_number() [all …]
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_hash.h | 19 static inline unsigned int __xfrm4_daddr_saddr_hash(const xfrm_address_t *daddr, in __xfrm4_daddr_saddr_hash() 26 static inline unsigned int __xfrm6_daddr_saddr_hash(const xfrm_address_t *daddr, in __xfrm6_daddr_saddr_hash() 45 static inline unsigned int __xfrm4_dpref_spref_hash(const xfrm_address_t *daddr, in __xfrm4_dpref_spref_hash() 76 static inline unsigned int __xfrm6_dpref_spref_hash(const xfrm_address_t *daddr, in __xfrm6_dpref_spref_hash() 85 static inline unsigned int __xfrm_dst_hash(const xfrm_address_t *daddr, in __xfrm_dst_hash() 102 static inline unsigned int __xfrm_src_hash(const xfrm_address_t *daddr, in __xfrm_src_hash() 120 __xfrm_spi_hash(const xfrm_address_t *daddr, __be32 spi, u8 proto, in __xfrm_spi_hash() 144 const xfrm_address_t *daddr = &sel->daddr; in __sel_hash() local 169 static inline unsigned int __addr_hash(const xfrm_address_t *daddr, in __addr_hash()
|
/Linux-v4.19/arch/mips/cavium-octeon/ |
D | dma-octeon.c | 43 static phys_addr_t octeon_hole_dma_to_phys(dma_addr_t daddr) in octeon_hole_dma_to_phys() 58 static phys_addr_t octeon_gen1_dma_to_phys(struct device *dev, dma_addr_t daddr) in octeon_gen1_dma_to_phys() 78 static phys_addr_t octeon_gen2_dma_to_phys(struct device *dev, dma_addr_t daddr) in octeon_gen2_dma_to_phys() 100 static phys_addr_t octeon_big_dma_to_phys(struct device *dev, dma_addr_t daddr) in octeon_big_dma_to_phys() 131 dma_addr_t daddr) in octeon_small_dma_to_phys() 180 phys_addr_t __dma_to_phys(struct device *dev, dma_addr_t daddr) in __dma_to_phys()
|
/Linux-v4.19/include/trace/events/ |
D | tcp.h | 15 #define TP_STORE_V4MAPPED(__entry, saddr, daddr) \ argument 26 #define TP_STORE_ADDRS(__entry, saddr, daddr, saddr6, daddr6) \ argument 40 #define TP_STORE_ADDRS(__entry, saddr, daddr, saddr6, daddr6) \ argument
|
/Linux-v4.19/include/net/ |
D | ip6_checksum.h | 60 const struct in6_addr *daddr, in tcp_v6_check() 68 const struct in6_addr *daddr) in __tcp_v6_send_check() 94 const struct in6_addr *daddr, in udp_v6_check()
|
D | ip6_route.h | 63 static inline bool rt6_need_strict(const struct in6_addr *daddr) in rt6_need_strict() 113 const struct in6_addr *daddr, in ip6_route_get_saddr() 207 const struct in6_addr *daddr, in ip6_dst_store() 231 const struct in6_addr *daddr) in ipv6_anycast_destination() 265 struct in6_addr *daddr) in rt6_nexthop()
|
D | inetpeer.h | 38 struct inetpeer_addr daddr; member 105 struct inetpeer_addr daddr; in inet_getpeer_v4() local 117 struct inetpeer_addr daddr; in inet_getpeer_v6() local
|
/Linux-v4.19/arch/arm/include/asm/ |
D | checksum.h | 88 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_nofold() 125 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() 148 csum_ipv6_magic(const struct in6_addr *saddr, const struct in6_addr *daddr, in csum_ipv6_magic()
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | checksum.h | 82 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, unsigned short len, in csum_tcpudp_nofold() 102 csum_tcpudp_magic(__be32 saddr, __be32 daddr, unsigned short len, in csum_tcpudp_magic() 120 csum_ipv6_magic(const struct in6_addr *saddr, const struct in6_addr *daddr, in csum_ipv6_magic()
|
/Linux-v4.19/net/ipv6/ |
D | inet6_hashtables.c | 57 const struct in6_addr *daddr, in __inet6_lookup_established() 98 const struct in6_addr *daddr, in compute_score() 132 const __be16 sport, const struct in6_addr *daddr, in inet6_lhash2_lookup() 166 const __be16 sport, const struct in6_addr *daddr, in inet6_lookup_listener() 234 const struct in6_addr *daddr, const __be16 dport, in inet6_lookup() 254 const struct in6_addr *daddr = &sk->sk_v6_rcv_saddr; in __inet6_check_established() local
|
D | syncookies.c | 46 const struct in6_addr *daddr, in cookie_hash() 51 struct in6_addr daddr; in cookie_hash() member 69 const struct in6_addr *daddr, in secure_tcp_syn_cookie() 81 const struct in6_addr *daddr, __be16 sport, in check_tcp_syn_cookie()
|
D | ip6_checksum.c | 9 const struct in6_addr *daddr, in csum_ipv6_magic() 101 const struct in6_addr *daddr, int len) in udp6_set_csum()
|
/Linux-v4.19/drivers/infiniband/sw/rxe/ |
D | rxe_net.c | 123 struct in_addr *daddr) in rxe_find_route4() 146 struct in6_addr *daddr) in rxe_find_route6() 178 struct in6_addr *daddr) in rxe_find_route6() 208 struct in_addr *daddr; in rxe_find_route() local 327 __be32 saddr, __be32 daddr, __u8 proto, in prepare_ipv4_hdr() 358 struct in6_addr *saddr, struct in6_addr *daddr, in prepare_ipv6_hdr() 388 struct in_addr *daddr = &av->dgid_addr._sockaddr_in.sin_addr; in prepare4() local 415 struct in6_addr *daddr = &av->dgid_addr._sockaddr_in6.sin6_addr; in prepare6() local
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | checksum.h | 88 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, in csum_tcpudp_nofold() 106 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() 125 const struct in6_addr *daddr, in csum_ipv6_magic()
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | checksum_64.h | 99 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, in csum_tcpudp_nofold() 118 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() 128 const struct in6_addr *daddr, in csum_ipv6_magic()
|
D | checksum_32.h | 173 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, in csum_tcpudp_nofold() 192 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() 202 const struct in6_addr *daddr, in csum_ipv6_magic()
|
/Linux-v4.19/net/phonet/ |
D | pn_dev.c | 189 u8 phonet_address_get(struct net_device *dev, u8 daddr) in phonet_address_get() 372 int phonet_route_add(struct net_device *dev, u8 daddr) in phonet_route_add() 389 int phonet_route_del(struct net_device *dev, u8 daddr) in phonet_route_del() 409 struct net_device *phonet_route_get_rcu(struct net *net, u8 daddr) in phonet_route_get_rcu() 420 struct net_device *phonet_route_output(struct net *net, u8 daddr) in phonet_route_output()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | checksum_32.h | 114 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, in csum_tcpudp_nofold() 132 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() 151 const struct in6_addr *daddr, in csum_ipv6_magic()
|
D | checksum_64.h | 88 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_nofold() 113 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic()
|
/Linux-v4.19/arch/sh/include/asm/ |
D | checksum_32.h | 117 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, in csum_tcpudp_nofold() 143 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() 161 const struct in6_addr *daddr, in csum_ipv6_magic()
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | checksum.h | 125 static __inline__ __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, in csum_tcpudp_nofold() 158 static __inline__ __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() 177 const struct in6_addr *daddr, in csum_ipv6_magic()
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | checksum.h | 47 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, in csum_tcpudp_nofold() 70 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic()
|
/Linux-v4.19/arch/ia64/lib/ |
D | checksum.c | 38 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() 49 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_nofold()
|
/Linux-v4.19/net/ipv4/ |
D | route.c | 435 const void *daddr) in ipv4_neigh_lookup() 454 static void ipv4_confirm_neigh(const struct dst_entry *dst, const void *daddr) in ipv4_confirm_neigh() 555 __be32 daddr = inet->inet_daddr; in build_sk_flow_key() local 612 static inline u32 fnhe_hashfun(__be32 daddr) in fnhe_hashfun() 635 static void update_or_create_fnhe(struct fib_nh *nh, __be32 daddr, __be32 gw, in update_or_create_fnhe() 797 __be32 daddr = iph->daddr; in __ip_do_redirect() local 1290 static void ip_del_fnhe(struct fib_nh *nh, __be32 daddr) in ip_del_fnhe() 1320 static struct fib_nh_exception *find_exception(struct fib_nh *nh, __be32 daddr) in find_exception() 1351 u32 ip_mtu_from_fib_result(struct fib_result *res, __be32 daddr) in ip_mtu_from_fib_result() 1377 __be32 daddr, const bool do_cache) in rt_bind_exception() [all …]
|
/Linux-v4.19/arch/x86/um/asm/ |
D | checksum.h | 91 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_nofold() 107 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic()
|