Searched refs:SOF1_CONNECT_COUNTED (Results 1 – 5 of 5) sorted by relevance
968 if (!(so->so_flags1 & SOF1_CONNECT_COUNTED)) { in udp6_connect()969 so->so_flags1 |= SOF1_CONNECT_COUNTED; in udp6_connect()1015 if (!(so->so_flags1 & SOF1_CONNECT_COUNTED)) { in udp6_connect()1016 so->so_flags1 |= SOF1_CONNECT_COUNTED; in udp6_connect()
1168 if (!(so->so_flags1 & SOF1_CONNECT_COUNTED)) { in rip6_connect()1169 so->so_flags1 |= SOF1_CONNECT_COUNTED; in rip6_connect()
1103 if (!(so->so_flags1 & SOF1_CONNECT_COUNTED)) { in rip_connect()1104 so->so_flags1 |= SOF1_CONNECT_COUNTED; in rip_connect()
2400 if (!(so->so_flags1 & SOF1_CONNECT_COUNTED)) { in udp_connect()2401 so->so_flags1 |= SOF1_CONNECT_COUNTED; in udp_connect()
288 #define SOF1_CONNECT_COUNTED 0x00200000 /* connect() call was counted */ macro