HomeSort by: relevance | last modified time | path
    Searched refs:ACCESSIBLE_POINTER (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/sys/
param.h 304 #define ACCESSIBLE_POINTER(p, t) 1
306 #define ACCESSIBLE_POINTER(p, t) ALIGNED_POINTER(p, t)
  /src/sys/netinet/
ip_flow.c 234 if (!ACCESSIBLE_POINTER(ip, struct ip)) {
316 if (!ACCESSIBLE_POINTER(mtod(m, void *), struct ip))
udp_usrreq.c 338 if (ACCESSIBLE_POINTER(uh, struct udphdr) == 0) {
347 KASSERT(ACCESSIBLE_POINTER(uh, struct udphdr));
tcp_input.c 1255 if (ACCESSIBLE_POINTER(th, struct tcphdr) == 0) {
1263 KASSERT(ACCESSIBLE_POINTER(th, struct tcphdr));
1343 KASSERT(ACCESSIBLE_POINTER(th, struct tcphdr));
if_arp.c 701 KASSERT(ACCESSIBLE_POINTER(ar, struct arphdr));
730 KASSERT(ACCESSIBLE_POINTER(ar, struct arphdr));
  /src/sys/netinet6/
ip6_input.c 605 KASSERT(ACCESSIBLE_POINTER(hbh, struct ip6_hdr));
878 KASSERT(ACCESSIBLE_POINTER(hbh, struct ip6_hdr));
1218 KASSERT(ACCESSIBLE_POINTER(ip6e, struct ip6_hdr));
ip6_flow.c 286 if (ACCESSIBLE_POINTER(mtod(m, const void *), struct ip6_hdr) == 0) {
udp6_usrreq.c 669 if (ACCESSIBLE_POINTER(uh, struct udphdr) == 0) {
678 KASSERT(ACCESSIBLE_POINTER(uh, struct udphdr));
icmp6.c 546 if (ACCESSIBLE_POINTER(icmp6, struct ip6_hdr) == 0) {
556 KASSERT(ACCESSIBLE_POINTER(icmp6, struct ip6_hdr));

Completed in 236 milliseconds