Searched refs:tunnel_mode (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_sadb.c | 103 boolean_t tunnel_mode = (ixa->ixa_flags & IXAF_IPSEC_TUNNEL); local 217 if (tunnel_mode) {
|
H A D | sadb.c | 3735 boolean_t tunnel_mode; local 3769 tunnel_mode = (assoc->ipsa_flags & IPSA_F_TUNNEL); 3770 if (tunnel_mode) { 3858 af, assoc->ipsa_srcaddr, tunnel_mode ? 0 : SA_SRCPORT(assoc), 3863 af, assoc->ipsa_dstaddr, tunnel_mode ? 0 : SA_DSTPORT(assoc), 3867 if (tunnel_mode) { 4875 boolean_t tunnel_mode = (ixa->ixa_flags & IXAF_IPSEC_TUNNEL) != 0; local 4906 if (ap->ipa_act.ipa_apply.ipp_use_unique || tunnel_mode) 4934 if (tunnel_mode) { 5050 if (tunnel_mode) { 5490 sadb_extended_acquire(ipsec_selector_t *sel, ipsec_policy_t *pol, ipsec_action_t *act, boolean_t tunnel_mode, uint32_t seq, uint32_t pid, sadb_sens_t *sens, netstack_t *ns) argument 5760 boolean_t tunnel_mode = (acqrec->ipsacq_inneraddrfam != 0); local [all...] |
H A D | spdsock.c | 1040 boolean_t tunnel_mode, empty_itp, active; local 1062 tunnel_mode = (rule->spd_rule_flags & SPD_RULE_FLAG_TUNNEL); 1070 if ((tunnel_mode && !ITP_P_ISTUNNEL(itp, iph)) || 1071 (!tunnel_mode && ITP_P_ISTUNNEL(itp, iph))) { 1080 if (tunnel_mode) 1100 if (tunnel_mode) {
|
H A D | spd.c | 2702 boolean_t tunnel_mode = (sel_flags & SEL_TUNNEL_MODE); local 2776 (!port_policy_present && !post_frag && tunnel_mode)) {
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ |
H A D | ecore_sp_verbs.h | 1246 u8 tunnel_mode; member in struct:ecore_func_start_params 1284 u8 tunnel_mode; member in struct:ecore_func_switch_update_params
|
H A D | ecore_sp_verbs.c | 6408 rdata->tunnel_mode = start_params->tunnel_mode; 6499 rdata->tunnel_mode = switch_update_params->tunnel_mode;
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_hw_init_reset.c | 2051 func_start_data->tunnel_mode = TUNN_MODE_NONE; 2056 func_start_data->tunnel_mode = TUNN_MODE_GRE;
|
H A D | lm_sp.c | 1063 data->tunnel_mode = TUNN_MODE_NONE; 1068 data->tunnel_mode = TUNN_MODE_GRE;
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/ |
H A D | 5710_hsi.h | 8273 u8_t tunnel_mode /* Tunnel Mode to enable on the Function (E2/E3 Only) */; member in struct:function_start_data 8274 u8_t gre_tunnel_type /* GRE Tunnel Type to enable on the Function (Only for tunnel_mode is TUNNEL_GRE) */; 8275 u8_t tunn_clss_en /* If set, tunneled packets are classified according to their inner headers (Only for tunnel_mode is TUNNEL_VXLAN or tunnel_mode is TUNNEL_GRE and gre_tunnel_type is NVGRE_TUNNEL) */; 8307 u8_t tunnel_mode /* Tunnel Mode to enable on the Function (E2/E3 Only) */; member in struct:function_update_data 8308 u8_t gre_tunnel_type /* GRE Tunnel Type to enable on the Function (Only for tunnel_mode is TUNNEL_GRE) */; 8309 u8_t tunn_clss_en /* If set, tunneled packets are classified according to their inner headers (Only for tunnel_mode is TUNNEL_VXLAN or tunnel_mode is TUNNEL_GRE and gre_tunnel_type is NVGRE_TUNNEL) */; 8913 enum tunnel_mode enum
|
Completed in 168 milliseconds