Searched refs:IP_NOIPSEC (Results 1 – 4 of 4) sorted by relevance
288 #define IP_NOIPSEC 0x4 /* No IPsec processing */ macro
419 if (ipsec_bypass == 0 && !(flags & IP_NOIPSEC)) { in ip_output_list()493 if (ipsec_bypass == 0 && !(flags & IP_NOIPSEC)) { in ip_output_list()1308 if (ipsec_bypass != 0 || (flags & IP_NOIPSEC)) { in ip_output_list()1637 if (ipsec_bypass == 0 && !(flags & IP_NOIPSEC)) { in ip_output_list()1787 if (ipsec_bypass == 0 && !(flags & IP_NOIPSEC)) { in ip_output_list()
617 *flags |= IP_NOIPSEC; /* Avoid later IPsec check */ in ipsec4_getpolicybyinterface()5239 error = ip_output(m, NULL, &ro, IP_OUTARGS | IP_NOIPSEC, NULL, &ipoa); in ipsec_send_natt_keepalive()
3726 IP_NOIPSEC); /* To ensure the packet doesn't go through ipsec twice */ in ipsec_output()