Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_pcb.h267 struct xinpcb { struct
268 ksize_t xi_len; /* length of this structure */
269 struct xsocket xi_socket; /* (s,p) */
270 struct in_conninfo inp_inc; /* (s,p) */
271 uint64_t inp_gencnt; /* (s,p) */
272 int64_t inp_spare64[5];
273 uint32_t inp_flow; /* (s) */
274 uint32_t inp_flowid; /* (s) */
275 uint32_t inp_flowtype; /* (s) */
276 int32_t inp_flags; /* (s,p) */
[all …]
H A Dsctp_sysctl.c383 struct xsctp_inpcb xinpcb; in sctp_sysctl_handle_assoclist() local
/freebsd/usr.bin/netstat/
H A Dsctp.c319 sctp_process_inpcb(struct xsctp_inpcb *xinpcb, in sctp_process_inpcb()
493 struct xsctp_inpcb *xinpcb; in sctp_protopr() local
/freebsd/usr.bin/sockstat/
H A Dsockstat.c391 struct xsctp_inpcb *xinpcb; in gather_sctp() local