/Linux-v6.6/net/core/ |
D | secure_seq.c | 57 const __be32 *saddr, const __be32 *daddr) in secure_tcpv6_ts_off() 60 struct in6_addr saddr; in secure_tcpv6_ts_off() member 76 u32 secure_tcpv6_seq(const __be32 *saddr, const __be32 *daddr, in secure_tcpv6_seq() 80 struct in6_addr saddr; in secure_tcpv6_seq() member 99 u64 secure_ipv6_port_ephemeral(const __be32 *saddr, const __be32 *daddr, in secure_ipv6_port_ephemeral() 103 struct in6_addr saddr; in secure_ipv6_port_ephemeral() member 121 u32 secure_tcp_ts_off(const struct net *net, __be32 saddr, __be32 daddr) in secure_tcp_ts_off() 136 u32 secure_tcp_seq(__be32 saddr, __be32 daddr, in secure_tcp_seq() 149 u64 secure_ipv4_port_ephemeral(__be32 saddr, __be32 daddr, __be16 dport) in secure_ipv4_port_ephemeral() 161 u64 secure_dccp_sequence_number(__be32 saddr, __be32 daddr, in secure_dccp_sequence_number() [all …]
|
D | dst_cache.c | 72 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr) in dst_cache_get_ip4() 91 __be32 saddr) in dst_cache_set_ip4() 106 const struct in6_addr *saddr) in dst_cache_set_ip6() 121 struct in6_addr *saddr) in dst_cache_get_ip6()
|
/Linux-v6.6/net/xfrm/ |
D | xfrm_hash.h | 20 const xfrm_address_t *saddr) in __xfrm4_daddr_saddr_hash() 27 const xfrm_address_t *saddr) in __xfrm6_daddr_saddr_hash() 45 const xfrm_address_t *saddr, in __xfrm4_dpref_spref_hash() 76 const xfrm_address_t *saddr, in __xfrm6_dpref_spref_hash() 85 const xfrm_address_t *saddr, in __xfrm_dst_hash() 102 const xfrm_address_t *saddr, in __xfrm_src_hash() 151 const xfrm_address_t *saddr = &sel->saddr; in __sel_hash() local 176 const xfrm_address_t *saddr, in __addr_hash()
|
/Linux-v6.6/drivers/infiniband/sw/rxe/ |
D | rxe_net.c | 25 struct in_addr *saddr, in rxe_find_route4() 49 struct in6_addr *saddr, in rxe_find_route6() 84 struct in6_addr *saddr, in rxe_find_route6() 106 struct in_addr *saddr; in rxe_find_route() local 227 __be32 saddr, __be32 daddr, __u8 proto, in prepare_ipv4_hdr() 257 struct in6_addr *saddr, struct in6_addr *daddr, in prepare_ipv6_hdr() 286 struct in_addr *saddr = &av->sgid_addr._sockaddr_in.sin_addr; in prepare4() local 310 struct in6_addr *saddr = &av->sgid_addr._sockaddr_in6.sin6_addr; in prepare6() local
|
/Linux-v6.6/net/ipv6/ |
D | inet6_hashtables.c | 52 const struct in6_addr *saddr, in __inet6_lookup_established() 132 const struct in6_addr *saddr, in inet6_lookup_reuseport() 154 const struct in6_addr *saddr, in inet6_lhash2_lookup() 181 const struct in6_addr *saddr, in inet6_lookup_run_sk_lookup() 206 const struct in6_addr *saddr, in inet6_lookup_listener() 249 const struct in6_addr *saddr, const __be16 sport, in inet6_lookup() 271 const struct in6_addr *saddr = &sk->sk_v6_daddr; in __inet6_check_established() local
|
D | xfrm6_tunnel.c | 74 …ic struct xfrm6_tunnel_spi *__xfrm6_tunnel_spi_lookup(struct net *net, const xfrm_address_t *saddr) in __xfrm6_tunnel_spi_lookup() 89 __be32 xfrm6_tunnel_spi_lookup(struct net *net, const xfrm_address_t *saddr) in xfrm6_tunnel_spi_lookup() 117 static u32 __xfrm6_tunnel_alloc_spi(struct net *net, xfrm_address_t *saddr) in __xfrm6_tunnel_alloc_spi() 163 __be32 xfrm6_tunnel_alloc_spi(struct net *net, xfrm_address_t *saddr) in xfrm6_tunnel_alloc_spi() 187 static void xfrm6_tunnel_free_spi(struct net *net, xfrm_address_t *saddr) in xfrm6_tunnel_free_spi()
|
D | syncookies.c | 40 static u32 cookie_hash(const struct in6_addr *saddr, in cookie_hash() 45 struct in6_addr saddr; in cookie_hash() member 63 static __u32 secure_tcp_syn_cookie(const struct in6_addr *saddr, in secure_tcp_syn_cookie() 75 static __u32 check_tcp_syn_cookie(__u32 cookie, const struct in6_addr *saddr, in check_tcp_syn_cookie()
|
D | ndisc.c | 444 const struct in6_addr *saddr, in ip6_nd_hdr() 472 const struct in6_addr *saddr) in ndisc_send_skb() 604 const struct in6_addr *saddr, u64 nonce) in ndisc_ns_create() 651 const struct in6_addr *daddr, const struct in6_addr *saddr, in ndisc_send_ns() 670 void ndisc_send_rs(struct net_device *dev, const struct in6_addr *saddr, in ndisc_send_rs() 737 struct in6_addr *saddr = NULL; in ndisc_solicit() local 790 const struct in6_addr *saddr = &ipv6_hdr(skb)->saddr; in ndisc_recv_ns() local 972 static int accept_untracked_na(struct net_device *dev, struct in6_addr *saddr) in accept_untracked_na() 994 struct in6_addr *saddr = &ipv6_hdr(skb)->saddr; in ndisc_recv_na() local 1136 const struct in6_addr *saddr = &ipv6_hdr(skb)->saddr; in ndisc_recv_rs() local
|
D | ip6_checksum.c | 8 __sum16 csum_ipv6_magic(const struct in6_addr *saddr, in csum_ipv6_magic() 116 const struct in6_addr *saddr, in udp6_set_csum()
|
/Linux-v6.6/include/net/ |
D | ip6_checksum.h | 47 const struct in6_addr *saddr, in tcp_v6_check() 55 const struct in6_addr *saddr, in __tcp_v6_send_check() 75 const struct in6_addr *saddr, in udp_v6_check()
|
D | inet6_hashtables.h | 88 const struct in6_addr *saddr, in __inet6_lookup() 108 const struct in6_addr *saddr, const __be16 sport, in inet6_steal_sock() 179 const struct in6_addr *saddr, in inet6_match()
|
/Linux-v6.6/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-v6.6/arch/sparc/include/asm/ |
D | checksum_64.h | 66 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, in csum_tcpudp_nofold() 85 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() 94 static inline __sum16 csum_ipv6_magic(const struct in6_addr *saddr, in csum_ipv6_magic()
|
D | checksum_32.h | 132 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, in csum_tcpudp_nofold() 151 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() 160 static inline __sum16 csum_ipv6_magic(const struct in6_addr *saddr, in csum_ipv6_magic()
|
/Linux-v6.6/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-v6.6/arch/arm/include/asm/ |
D | checksum.h | 100 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_nofold() 137 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() 160 csum_ipv6_magic(const struct in6_addr *saddr, const struct in6_addr *daddr, in csum_ipv6_magic()
|
/Linux-v6.6/arch/parisc/include/asm/ |
D | checksum.h | 74 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, in csum_tcpudp_nofold() 92 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() 110 static __inline__ __sum16 csum_ipv6_magic(const struct in6_addr *saddr, in csum_ipv6_magic()
|
/Linux-v6.6/arch/s390/include/asm/ |
D | checksum.h | 81 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_nofold() 98 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() 113 static inline __sum16 csum_ipv6_magic(const struct in6_addr *saddr, in csum_ipv6_magic()
|
/Linux-v6.6/arch/x86/include/asm/ |
D | checksum_32.h | 109 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, in csum_tcpudp_nofold() 127 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() 145 static inline __sum16 csum_ipv6_magic(const struct in6_addr *saddr, in csum_ipv6_magic()
|
/Linux-v6.6/arch/sh/include/asm/ |
D | checksum_32.h | 115 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, in csum_tcpudp_nofold() 141 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() 158 static inline __sum16 csum_ipv6_magic(const struct in6_addr *saddr, in csum_ipv6_magic()
|
/Linux-v6.6/arch/xtensa/include/asm/ |
D | checksum.h | 123 static __inline__ __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, in csum_tcpudp_nofold() 156 static __inline__ __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() 174 static __inline__ __sum16 csum_ipv6_magic(const struct in6_addr *saddr, in csum_ipv6_magic()
|
/Linux-v6.6/arch/nios2/include/asm/ |
D | checksum.h | 40 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, in csum_tcpudp_nofold() 63 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic()
|
/Linux-v6.6/arch/x86/um/asm/ |
D | checksum.h | 55 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_nofold() 71 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic()
|
/Linux-v6.6/net/rds/ |
D | recv.c | 45 struct in6_addr *saddr) in rds_inc_init() 59 struct in6_addr *saddr) in rds_inc_path_init() 283 void rds_recv_incoming(struct rds_connection *conn, struct in6_addr *saddr, in rds_recv_incoming() 779 __be32 saddr, __be32 daddr, int flip) in rds_inc_info_copy() 807 struct in6_addr *saddr, struct in6_addr *daddr, in rds6_inc_info_copy()
|
/Linux-v6.6/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()
|