Symbol: hvs_pcb
sys/dev/hyperv/hvsock/hv_sock.c
1074
struct hvs_pcb *pcb;
sys/dev/hyperv/hvsock/hv_sock.c
1089
struct hvs_pcb *pcb = (struct hvs_pcb *) context;
sys/dev/hyperv/hvsock/hv_sock.c
1244
hvsock_canread_check(struct hvs_pcb *pcb)
sys/dev/hyperv/hvsock/hv_sock.c
130
static uint32_t hvsock_canread_check(struct hvs_pcb *);
sys/dev/hyperv/hvsock/hv_sock.c
131
static uint32_t hvsock_canwrite_check(struct hvs_pcb *);
sys/dev/hyperv/hvsock/hv_sock.c
1357
hvsock_canwrite_check(struct hvs_pcb *pcb)
sys/dev/hyperv/hvsock/hv_sock.c
140
static LIST_HEAD(, hvs_pcb) hvs_trans_bound_socks;
sys/dev/hyperv/hvsock/hv_sock.c
1401
struct hvs_pcb *pcb = so2hvspcb(so);
sys/dev/hyperv/hvsock/hv_sock.c
141
static LIST_HEAD(, hvs_pcb) hvs_trans_connected_socks;
sys/dev/hyperv/hvsock/hv_sock.c
1453
struct hvs_pcb *new_pcb, *pcb;
sys/dev/hyperv/hvsock/hv_sock.c
1522
struct hvs_pcb *pcb;
sys/dev/hyperv/hvsock/hv_sock.c
1556
struct hvs_pcb *pcb;
sys/dev/hyperv/hvsock/hv_sock.c
1707
bzero(sc->pcb, sizeof(struct hvs_pcb));
sys/dev/hyperv/hvsock/hv_sock.c
178
__hvs_remove_pcb_from_list(struct hvs_pcb *pcb, unsigned char list)
sys/dev/hyperv/hvsock/hv_sock.c
180
struct hvs_pcb *p = NULL;
sys/dev/hyperv/hvsock/hv_sock.c
203
struct hvs_pcb *pcb = so2hvspcb(so);
sys/dev/hyperv/hvsock/hv_sock.c
213
struct hvs_pcb *pcb = so2hvspcb(so);
sys/dev/hyperv/hvsock/hv_sock.c
255
struct hvs_pcb *p = NULL;
sys/dev/hyperv/hvsock/hv_sock.c
348
struct hvs_pcb *pcb = so2hvspcb(so);
sys/dev/hyperv/hvsock/hv_sock.c
361
pcb = malloc(sizeof(struct hvs_pcb), M_HVSOCK, M_NOWAIT | M_ZERO);
sys/dev/hyperv/hvsock/hv_sock.c
374
struct hvs_pcb *pcb;
sys/dev/hyperv/hvsock/hv_sock.c
399
struct hvs_pcb *pcb = so2hvspcb(so);
sys/dev/hyperv/hvsock/hv_sock.c
451
struct hvs_pcb *pcb = so2hvspcb(so);
sys/dev/hyperv/hvsock/hv_sock.c
483
struct hvs_pcb *pcb = so2hvspcb(so);
sys/dev/hyperv/hvsock/hv_sock.c
499
struct hvs_pcb *pcb = so2hvspcb(so);
sys/dev/hyperv/hvsock/hv_sock.c
590
struct hvs_pcb *pcb;
sys/dev/hyperv/hvsock/hv_sock.c
620
struct hvs_pcb *pcb = so2hvspcb(so);
sys/dev/hyperv/hvsock/hv_sock.c
785
struct hvs_pcb *pcb = so2hvspcb(so);
sys/dev/hyperv/hvsock/hv_sock.c
881
struct hvs_pcb *pcb = so2hvspcb(so);
sys/dev/hyperv/hvsock/hv_sock.c
897
struct hvs_pcb *pcb = so2hvspcb(so);
sys/dev/hyperv/hvsock/hv_sock.c
913
struct hvs_pcb *pcb;
sys/dev/hyperv/hvsock/hv_sock.c
954
struct hvs_pcb *pcb = so2hvspcb(so);
sys/dev/hyperv/hvsock/hv_sock.c
983
struct hvs_pcb *pcb = so2hvspcb(so);
sys/dev/hyperv/hvsock/hv_sock.h
87
LIST_ENTRY(hvs_pcb) bound_next;
sys/dev/hyperv/hvsock/hv_sock.h
88
LIST_ENTRY(hvs_pcb) connected_next;
sys/dev/hyperv/hvsock/hv_sock.h
92
((struct hvs_pcb *)((so)->so_pcb))