Home
last modified time | relevance | path

Searched refs:kf_sock_protocol0 (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Duser.h369 int kf_sock_protocol0; member
/f-stack/freebsd/kern/
H A Dsys_socket.c385 kif->kf_un.kf_sock.kf_sock_protocol0 = so->so_proto->pr_protocol; in soo_fill_kinfo()
390 if (kif->kf_un.kf_sock.kf_sock_protocol0 == IPPROTO_TCP) { in soo_fill_kinfo()
H A Dkern_descrip.c4525 okif->kf_sock_protocol = kif->kf_un.kf_sock.kf_sock_protocol0; in kinfo_to_okinfo()