Searched refs:so2hvspcb (Results 1 – 2 of 2) sorted by relevance
203 struct hvs_pcb *pcb = so2hvspcb(so); in __hvs_remove_socket_from_list()213 struct hvs_pcb *pcb = so2hvspcb(so); in __hvs_insert_socket_on_list()348 struct hvs_pcb *pcb = so2hvspcb(so); in hvs_trans_attach()380 pcb = so2hvspcb(so); in hvs_trans_detach()399 struct hvs_pcb *pcb = so2hvspcb(so); in hvs_trans_bind()451 struct hvs_pcb *pcb = so2hvspcb(so); in hvs_trans_listen()483 struct hvs_pcb *pcb = so2hvspcb(so); in hvs_trans_accept()499 struct hvs_pcb *pcb = so2hvspcb(so); in hvs_trans_connect()596 pcb = so2hvspcb(so); in hvs_trans_disconnect()620 struct hvs_pcb *pcb = so2hvspcb(so); in hvs_trans_soreceive()[all …]
91 #define so2hvspcb(so) \ macro