ipsec.c | 568 ipsec_checkpolicy(struct mbuf *m, u_int dir, u_int flag, int *error, function in typeref:struct:secpolicy * 628 * ipsec_checkpolicy(). If the packet is resubmitted to ip_output 638 sp = ipsec_checkpolicy(m, IPSEC_DIR_OUTBOUND, flags, &error, inp); 720 sp = ipsec_checkpolicy(m, IPSEC_DIR_OUTBOUND, IP_FORWARDING, 1804 sp = ipsec_checkpolicy(m, IPSEC_DIR_OUTBOUND, flags, &error, inp);
|