Home
last modified time | relevance | path

Searched defs:xsocket (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Dsocketvar.h608 struct xsocket { struct
609 ksize_t xso_len; /* length of this structure */
610 kvaddr_t xso_so; /* kernel address of struct socket */
611 kvaddr_t so_pcb; /* kernel address of struct inpcb */
612 uint64_t so_oobmark;
613 kvaddr_t so_splice_so; /* kernel address of spliced socket */
614 int64_t so_spare64[7];
615 int32_t xso_protocol;
616 int32_t xso_family;
617 uint32_t so_qlen;
[all …]