Home
last modified time | relevance | path

Searched refs:kf_sock_protocol (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/sys/
HDuser.h321 int kf_sock_protocol; /* Socket protocol. */ member
348 int kf_sock_protocol; /* Socket protocol. */ member
/NextBSD/sys/kern/
HDsys_socket.c325 kif->kf_sock_protocol = so->so_proto->pr_protocol; in soo_fill_kinfo()
330 if (kif->kf_sock_protocol == IPPROTO_TCP) { in soo_fill_kinfo()
HDkern_descrip.c3573 okif->kf_sock_protocol = kif->kf_sock_protocol; in kinfo_to_okinfo()
/NextBSD/lib/libprocstat/
HDlibprocstat.c1543 sock->proto = kif->kf_sock_protocol; in procstat_get_socket_info_sysctl()