Searched refs:CONN_MAC_DEFAULT (Results 1 – 17 of 17) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ipclassifier.c | 1114 if ((connp->conn_mac_mode == CONN_MAC_DEFAULT) && in check_exempt_conflict_v4() 1115 (tconn->conn_mac_mode == CONN_MAC_DEFAULT)) in check_exempt_conflict_v4() 1146 if ((connp->conn_mac_mode == CONN_MAC_DEFAULT) && in check_exempt_conflict_v6() 1147 (tconn->conn_mac_mode == CONN_MAC_DEFAULT)) in check_exempt_conflict_v6() 1556 ((connp->conn_mac_mode != CONN_MAC_DEFAULT) && in ipcl_classify_v4() 1586 ((connp->conn_mac_mode != CONN_MAC_DEFAULT) && in ipcl_classify_v4() 1631 ((connp->conn_mac_mode != CONN_MAC_DEFAULT) && in ipcl_classify_v4() 1699 ((connp->conn_mac_mode != CONN_MAC_DEFAULT) && in ipcl_classify_v6() 1730 ((connp->conn_mac_mode != CONN_MAC_DEFAULT) && in ipcl_classify_v6() 1767 ((connp->conn_mac_mode != CONN_MAC_DEFAULT) && in ipcl_classify_v6() [all …]
|
H A D | tnet.c | 942 if ((connp->conn_mac_mode == CONN_MAC_DEFAULT) || in tsol_receive_local() 1687 CONN_MAC_DEFAULT, B_FALSE, ipst, &effective_tsl); in tsol_ip_forward() 1690 CONN_MAC_DEFAULT, B_FALSE, ipst, &effective_tsl); in tsol_ip_forward()
|
H A D | ip_output.c | 775 &mp, CONN_MAC_DEFAULT, B_FALSE, ixa->ixa_ipst, in ip_output_simple() 779 &mp, CONN_MAC_DEFAULT, B_FALSE, ixa->ixa_ipst, in ip_output_simple()
|
H A D | conn_opt.c | 1158 CONN_MAC_AWARE : CONN_MAC_DEFAULT; in conn_opt_set_socket() 1162 CONN_MAC_IMPLICIT : CONN_MAC_DEFAULT; in conn_opt_set_socket()
|
H A D | sadb.c | 3461 newbie->ipsa_mac_exempt = CONN_MAC_DEFAULT;
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | ipclassifier.h | 161 #define CONN_MAC_DEFAULT 0 macro 530 (((conn1)->conn_mac_mode != CONN_MAC_DEFAULT) || \ 531 ((conn2)->conn_mac_mode != CONN_MAC_DEFAULT))
|
/titanic_44/usr/src/uts/common/inet/sctp/ |
H A D | sctp_bind.c | 611 lconnp->conn_mac_mode == CONN_MAC_DEFAULT && in sctp_bindi() 612 connp->conn_mac_mode == CONN_MAC_DEFAULT) in sctp_bindi()
|
H A D | sctp_hash.c | 253 ((connp->conn_mac_mode != CONN_MAC_DEFAULT) && in sctp_conn_match() 302 ((connp->conn_mac_mode != CONN_MAC_DEFAULT) && in listen_match()
|
H A D | sctp_conn.c | 255 connp->conn_mac_mode != CONN_MAC_DEFAULT) && in sctp_conn_request()
|
H A D | sctp_snmp.c | 767 case CONN_MAC_DEFAULT: in sctp_snmp_get_mib2()
|
H A D | sctp_cookie.c | 643 connp->conn_mac_mode != CONN_MAC_DEFAULT) { in sctp_send_initack()
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_bind.c | 791 if ((lconnp->conn_mac_mode != CONN_MAC_DEFAULT) || in tcp_bindi() 792 (connp->conn_mac_mode != CONN_MAC_DEFAULT) || in tcp_bindi()
|
H A D | tcp_stats.c | 213 case CONN_MAC_DEFAULT: in tcp_snmp_get()
|
H A D | tcp_tpi.c | 1034 aconnp->conn_mac_mode = CONN_MAC_DEFAULT; in tcp_accept_swap()
|
H A D | tcp_input.c | 1604 lconnp->conn_mac_mode != CONN_MAC_DEFAULT) && in tcp_input_listener()
|
/titanic_44/usr/src/uts/common/inet/udp/ |
H A D | udp_stats.c | 180 case CONN_MAC_DEFAULT: in udp_snmp_get()
|
/titanic_44/usr/src/uts/common/inet/iptun/ |
H A D | iptun.c | 2800 CONN_MAC_DEFAULT, B_FALSE, NULL) != 0) in iptun_input() 3316 ixa->ixa_zoneid, mpp, CONN_MAC_DEFAULT, B_FALSE, in iptun_output_check_label() 3330 ixa->ixa_zoneid, mpp, CONN_MAC_DEFAULT, B_FALSE, in iptun_output_check_label()
|