Searched refs:socknode (Results 1 – 1 of 1) sorted by relevance
784 tcpip_sock_print(struct sonode *socknode) in tcpip_sock_print() argument786 switch (socknode->so_family) { in tcpip_sock_print()793 (uintptr_t)socknode->so_proto_handle) == -1) { in tcpip_sock_print()823 (uintptr_t)socknode->so_proto_handle) == -1) { in tcpip_sock_print()848 mdb_printf("AF_?? (%d)", socknode->so_family); in tcpip_sock_print()856 sctp_sock_print(struct sonode *socknode) in sctp_sock_print() argument865 (uintptr_t)socknode->so_proto_handle) == -1) { in sctp_sock_print()892 sdp_sock_print(struct sonode *socknode) in sdp_sock_print() argument901 int (*print)(struct sonode *socknode);