Home
last modified time | relevance | path

Searched refs:is_new (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_pkey_mgr.c118 p_pending->is_new = TRUE; in pkey_mgr_process_physical_port()
122 p_pending->is_new = FALSE; in pkey_mgr_process_physical_port()
146 p_pending->is_new = TRUE; in pkey_mgr_process_physical_port()
159 p_pending->is_new = TRUE; in pkey_mgr_process_physical_port()
167 p_pending->is_new = TRUE; in pkey_mgr_process_physical_port()
175 p_pending->is_new = TRUE; in pkey_mgr_process_physical_port()
184 if (p_pending->is_new == TRUE) in pkey_mgr_process_physical_port()
193 cl_ntoh16(pkey), p_pending->is_new ? "inserted" : "updated", in pkey_mgr_process_physical_port()
431 if (p_pending->is_new == FALSE) { in pkey_mgr_update_port()
H A Dosm_node_info_rcv.c549 p_port->is_new = 1; in ni_rcv_process_existing_ca_or_router()
776 p_port->is_new = 1; in ni_rcv_process_new()
H A Dosm_state_mgr.c1044 if (!p_port->is_new) in state_mgr_report_new_ports()
1086 p_port->is_new = 0; in state_mgr_report_new_ports()
H A Dosm_ucast_cache.c579 if (p_remote_port->is_new) { in ucast_cache_validate()
H A Dosm_lid_mgr.c1052 p_mgr->p_subn->first_time_master_sweep == TRUE || p_port->is_new) in lid_mgr_set_physp_pi()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_pkey.h158 boolean_t is_new; member
H A Dosm_port.h1193 unsigned is_new; member
/freebsd/sys/netinet/
H A Din_mcast.c1914 int error, is_new; in inp_join_group() local
2043 is_new = 1; in inp_join_group()
2051 is_new = 0; in inp_join_group()
2126 if (is_new) { in inp_join_group()
2145 if (is_new) { in inp_join_group()
2158 if (is_new) { in inp_join_group()
2212 if (is_new && imf) { in inp_join_group()
/freebsd/sys/netinet6/
H A Din6_mcast.c1906 int error, is_new; in in6p_join_group() local
2023 is_new = 1; in in6p_join_group()
2031 is_new = 0; in in6p_join_group()
2101 if (is_new) { in in6p_join_group()
2120 if (is_new) { in in6p_join_group()
2133 if (is_new) { in in6p_join_group()
2186 if (is_new && imf) { in in6p_join_group()
H A Dnd6.c1873 nd6_is_router(int type, int code, int is_new, int old_addr, int new_addr, in nd6_is_router() argument
1911 if (is_new) /* (6-7) */ in nd6_is_router()
1923 if (is_new) /* (6-7) */ in nd6_is_router()
1937 if ((!is_new && (old_addr || new_addr)) || /* (2-5) */ in nd6_is_router()
1938 (is_new && new_addr)) { /* (7) */ in nd6_is_router()