tcp_process_options
tcp_process_options(acceptor, tcph);
tcp_process_options(tcp, (tcph_t *)tcph);
static void tcp_process_options(tcp_t *, tcph_t *);
static boolean_t tcp_process_options(mblk_t *mp, tcp_t *, tcpha_t *,
if (!tcp_process_options(mp, eager, tcpha, ira, B_TRUE)) {
if (!tcp_process_options(mp, tcp, tcpha, ira, B_FALSE)) {