Home
last modified time | relevance | path

Searched refs:daddr (Results 1 – 25 of 73) sorted by relevance

123

/include/net/
A Dip6_checksum.h35 const struct in6_addr *daddr,
42 &ipv6_hdr(skb)->daddr, in ip6_compute_pseudo()
48 const struct in6_addr *daddr, in tcp_v6_check() argument
51 return csum_ipv6_magic(saddr, daddr, len, IPPROTO_TCP, base); in tcp_v6_check()
56 const struct in6_addr *daddr) in __tcp_v6_send_check() argument
60 th->check = ~tcp_v6_check(skb->len, saddr, daddr, 0); in __tcp_v6_send_check()
71 th->check = ~tcp_v6_check(0, &ipv6h->saddr, &ipv6h->daddr, 0); in tcp_v6_gso_csum_prep()
76 const struct in6_addr *daddr, in udp_v6_check() argument
79 return csum_ipv6_magic(saddr, daddr, len, IPPROTO_UDP, base); in udp_v6_check()
84 const struct in6_addr *daddr, int len);
A Dsecure_seq.h9 u64 secure_ipv4_port_ephemeral(__be32 saddr, __be32 daddr, __be16 dport);
10 u64 secure_ipv6_port_ephemeral(const __be32 *saddr, const __be32 *daddr,
12 u32 secure_tcp_seq(__be32 saddr, __be32 daddr,
14 u32 secure_tcp_ts_off(const struct net *net, __be32 saddr, __be32 daddr);
15 u32 secure_tcpv6_seq(const __be32 *saddr, const __be32 *daddr,
18 const __be32 *saddr, const __be32 *daddr);
A Dinetpeer.h38 struct inetpeer_addr daddr; member
99 const struct inetpeer_addr *daddr);
105 struct inetpeer_addr daddr; in inet_getpeer_v4() local
107 daddr.a4.addr = v4daddr; in inet_getpeer_v4()
108 daddr.a4.vif = vif; in inet_getpeer_v4()
109 daddr.family = AF_INET; in inet_getpeer_v4()
110 return inet_getpeer(base, &daddr); in inet_getpeer_v4()
116 struct inetpeer_addr daddr; in inet_getpeer_v6() local
118 daddr.a6 = *v6daddr; in inet_getpeer_v6()
119 daddr.family = AF_INET6; in inet_getpeer_v6()
[all …]
A Dinet6_hashtables.h47 const struct in6_addr *daddr,
63 const struct in6_addr *daddr,
72 const struct in6_addr *daddr,
81 const struct in6_addr *daddr,
90 const struct in6_addr *daddr, in __inet6_lookup() argument
96 sport, daddr, hnum, in __inet6_lookup()
103 daddr, hnum, dif, sdif); in __inet6_lookup()
133 saddr, sport, daddr, ntohs(dport), in inet6_steal_sock()
166 &ip6h->daddr, ntohs(dport), in __inet6_lookup_skb()
180 const struct in6_addr *daddr, in inet6_match() argument
[all …]
A Droute.h105 return daddr; in rt_nexthop()
139 __be32 daddr; in inet_sk_init_flowi4() local
146 daddr = ip4_opt->opt.faddr; in inet_sk_init_flowi4()
148 daddr = inet->inet_daddr; in inet_sk_init_flowi4()
154 sk->sk_protocol, inet_sk_flowi_flags(sk), daddr, in inet_sk_init_flowi4()
194 .daddr = daddr, in ip_route_output()
203 __be32 daddr, __be32 saddr, in ip_route_output_ports() argument
210 daddr, saddr, dport, sport, sock_net_uid(net, sk)); in ip_route_output_ports()
401 __be32 daddr) in ip_neigh_gw4() argument
407 neigh = __neigh_create(&arp_tbl, &daddr, dev, false); in ip_neigh_gw4()
[all …]
A Drpl.h28 const struct in6_addr *daddr, unsigned char n);
32 const struct in6_addr *daddr, unsigned char n);
A Dinet_hashtables.h300 const __be32 daddr,
311 daddr, ntohs(dport), dif, sdif); in inet_lookup_listener()
363 const __be32 daddr, const u16 hnum,
377 __be32 daddr, unsigned short hnum,
390 const __be32 daddr, const __be16 dport, in inet_lookup_established() argument
401 const __be32 daddr, const __be16 dport, in __inet_lookup() argument
409 daddr, hnum, dif, sdif); in __inet_lookup()
415 sport, daddr, hnum, dif, sdif); in __inet_lookup()
439 const __be32 daddr, const __be16 dport, in inet_steal_sock() argument
463 saddr, sport, daddr, ntohs(dport), in inet_steal_sock()
[all …]
A Dip6_route.h64 static inline bool rt6_need_strict(const struct in6_addr *daddr) in rt6_need_strict() argument
66 return ipv6_addr_type(daddr) & in rt6_need_strict()
129 const struct in6_addr *daddr, in ip6_route_get_saddr() argument
232 const struct in6_addr *daddr, in ip6_dst_store() argument
239 np->daddr_cache = daddr; in ip6_dst_store()
256 const struct in6_addr *daddr) in ipv6_anycast_destination() argument
263 ipv6_addr_equal(&rt->rt6i_dst.addr, daddr)); in ipv6_anycast_destination()
302 const struct in6_addr *daddr) in rt6_nexthop() argument
309 return daddr; in rt6_nexthop()
350 const struct in6_addr *daddr,
[all …]
A Dflow.h84 __be32 daddr; member
98 __be32 daddr, __be32 saddr, in flowi4_init_output() argument
113 fl4->daddr = daddr; in flowi4_init_output()
122 __be32 daddr, __be32 saddr) in flowi4_update_output() argument
125 fl4->daddr = daddr; in flowi4_update_output()
142 struct in6_addr daddr; member
A Dipv6_stubs.h44 const struct in6_addr *daddr,
58 void (*ndisc_send_na)(struct net_device *dev, const struct in6_addr *daddr,
87 const struct in6_addr *daddr, __be16 dport,
96 const struct in6_addr *daddr,
A Ddst_metadata.h198 __be32 daddr, in __ip_tun_set_dst() argument
212 saddr, daddr, tos, ttl, in __ip_tun_set_dst()
224 return __ip_tun_set_dst(iph->saddr, iph->daddr, iph->tos, iph->ttl, in ip_tun_rx_dst()
229 const struct in6_addr *daddr, in __ipv6_tun_set_dst() argument
252 info->key.u.ipv6.dst = *daddr; in __ipv6_tun_set_dst()
268 return __ipv6_tun_set_dst(&ip6h->saddr, &ip6h->daddr, in ipv6_tun_rx_dst()
A Ddst_ops.h37 const void *daddr);
39 const void *daddr);
A Dnetevent.h23 const void *daddr; member
/include/trace/events/
A Dnet_probe_common.h13 v4 = (void *)__entry->daddr; \
29 v6 = (void *)__entry->daddr; \
44 #define TP_STORE_V4MAPPED(__entry, saddr, daddr) \ argument
51 ipv6_addr_set_v4mapped(daddr, pin6); \
55 #define TP_STORE_ADDRS(__entry, saddr, daddr, saddr6, daddr6) \ argument
65 TP_STORE_V4MAPPED(__entry, saddr, daddr); \
69 #define TP_STORE_ADDRS(__entry, saddr, daddr, saddr6, daddr6) \ argument
70 TP_STORE_V4MAPPED(__entry, saddr, daddr)
83 v4->sin_addr.s_addr = ip_hdr(skb)->daddr; \
101 v6->sin6_addr = ipv6_hdr(skb)->daddr; \
A Dudp.h25 __array(__u8, daddr, sizeof(struct sockaddr_in6))
39 memset(__entry->daddr, 0, sizeof(struct sockaddr_in6));
41 TP_STORE_ADDR_PORTS_SKB(skb, uh, __entry->saddr, __entry->daddr);
46 __entry->saddr, __entry->daddr)
A Dtcp.h30 __array(__u8, daddr, 4)
51 p32 = (__be32 *) __entry->daddr;
125 __entry->saddr, __entry->daddr,
150 __array(__u8, daddr, 4)
169 p32 = (__be32 *) __entry->daddr;
181 __entry->saddr, __entry->daddr,
226 __array(__u8, daddr, 4)
256 p32 = (__be32 *) __entry->daddr;
293 __array(__u8, daddr, 4)
312 p32 = (__be32 *) __entry->daddr;
[all …]
A Dicmp.h22 __array(__u8, daddr, 4)
53 p32 = (__be32 *) __entry->daddr;
54 *p32 = iph->daddr;
59 __entry->saddr, __entry->sport, __entry->daddr,
A Dhandshake.h198 __array(__u8, daddr, sizeof(struct sockaddr_in6))
207 memset(__entry->daddr, 0, sizeof(struct sockaddr_in6));
215 __entry->saddr, __entry->daddr,
290 __array(__u8, daddr, sizeof(struct sockaddr_in6))
298 memset(__entry->daddr, 0, sizeof(struct sockaddr_in6));
305 __entry->saddr, __entry->daddr,
/include/net/netfilter/
A Dnf_queue.h51 if ((__force u32)iph->saddr < (__force u32)iph->daddr) in hash_v4()
53 (__force u32)iph->daddr, iph->protocol, initval); in hash_v4()
55 return jhash_3words((__force u32)iph->daddr, in hash_v4()
64 (__force u32)ip6h->daddr.s6_addr32[3]) { in hash_v6()
66 b = (__force u32) ip6h->daddr.s6_addr32[3]; in hash_v6()
69 a = (__force u32) ip6h->daddr.s6_addr32[3]; in hash_v6()
73 (__force u32)ip6h->daddr.s6_addr32[1]) in hash_v6()
76 c = (__force u32) ip6h->daddr.s6_addr32[1]; in hash_v6()
A Dnf_tproxy.h35 __be32 nf_tproxy_laddr4(struct sk_buff *skb, __be32 user_laddr, __be32 daddr);
85 const __be32 saddr, const __be32 daddr,
92 const struct in6_addr *daddr);
124 const struct in6_addr *saddr, const struct in6_addr *daddr,
/include/net/phonet/
A Dpn_dev.h43 int phonet_route_add(struct net_device *dev, u8 daddr);
44 int phonet_route_del(struct net_device *dev, u8 daddr);
46 struct net_device *phonet_route_get_rcu(struct net *net, u8 daddr);
47 struct net_device *phonet_route_output(struct net *net, u8 daddr);
/include/uapi/linux/netfilter/
A Dxt_policy.h26 daddr:1, member
46 union nf_inet_addr daddr; member
53 union xt_policy_addr daddr;
/include/asm-generic/
A Dchecksum.h46 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, __u32 len,
52 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() argument
55 return csum_fold(csum_tcpudp_nofold(saddr, daddr, len, proto, sum)); in csum_tcpudp_magic()
/include/uapi/linux/
A Dif_fc.h39 __u8 daddr[FC_ALEN]; /* destination address */ member
/include/linux/
A Dlsm_audit.h35 __be32 daddr; member
39 struct in6_addr daddr; member

Completed in 30 milliseconds

123