ipsecif.c | 699 struct ifnet *ipsecp; local in function:ipsecif4_input 713 ipsecp = &sc->ipsec_if; 714 if ((ipsecp->if_flags & IFF_UP) == 0) { 757 if (ipsecp->if_flags & IFF_ECN) 778 if (ipsecp->if_flags & IFF_ECN) 793 if_ipsec_input(m, af, ipsecp); 818 struct ifnet *ipsecp; local in function:ipsecif6_input 832 ipsecp = &sc->ipsec_if; 833 if ((ipsecp->if_flags & IFF_UP) == 0) { 881 if (ipsecp->if_flags & IFF_ECN [all...] |