Searched refs:SO_OOBINLINE (Results 1 – 7 of 7) sorted by relevance
133 #define SO_OOBINLINE 0x00000100 /* leave received OOB data in line */ macro
117 if (so_options & SO_OOBINLINE) { in db_print_sooptions()
3042 case SO_OOBINLINE:3262 case SO_OOBINLINE:
139 #define SO_OOBINLINE 0x00000100 /* leave received OOB data in line */ macro
358 return SO_OOBINLINE; in so_opt_convert()
1507 so->so_options & SO_OOBINLINE || in tcp_usr_rcvoob()
3077 !(so->so_options & SO_OOBINLINE)) { in tcp_do_segment()