Searched refs:pcb_list (Results 1 – 4 of 4) sorted by relevance
60 -static inline int need_vdev_reg(struct tcp_pcb *pcb_list, const struct tcp_pcb *pcb)64 - if ((pcb_list == tcp_tw_pcbs) || (pcb_list == tcp_listen_pcbs.pcbs)) {72 - if (pcb_list == tcp_active_pcbs) {87 @@ -414,12 +403,6 @@ static inline int need_vdev_reg(struct tcp_pcb *pcb_list, const struct tcp_pcb…100 @@ -512,12 +495,6 @@ static inline int need_vdev_reg(struct tcp_pcb *pcb_list, const struct tcp_pcb…
22 +static inline int need_vdev_reg(struct tcp_pcb *pcb_list, const struct tcp_pcb *pcb)25 + if ((pcb_list == tcp_tw_pcbs) || (pcb_list == tcp_listen_pcbs.pcbs)) {31 + if (pcb_list == tcp_active_pcbs) {
19 tcp_remove(struct tcp_pcb* pcb_list) in tcp_remove() argument21 struct tcp_pcb *pcb = pcb_list; in tcp_remove()
2480 tcp_netif_ip_addr_changed_pcblist(const ip_addr_t *old_addr, struct tcp_pcb *pcb_list) argument2483 pcb = pcb_list;