PF_IN              81 net/if_bridge.c #define	BRIDGE_IN	PF_IN
PF_IN             236 net/pf.c       		if (direction == PF_IN)					\
PF_IN             246 net/pf.c       		    (*state)->rule.ptr->direction == PF_IN)) &&		\
PF_IN             696 net/pf.c       				    ((*state)->state_key->direction == PF_IN &&
PF_IN            2344 net/pf.c       		if (r->action == PF_BINAT && direction == PF_IN) {
PF_IN            2488 net/pf.c       			case PF_IN:
PF_IN            2591 net/pf.c       	if (direction == PF_IN) {
PF_IN            2863 net/pf.c       	if (direction == PF_IN && pf_check_congestion(ifq)) {
PF_IN            2978 net/pf.c       		if ((nr = pf_get_translation(pd, m, off, PF_IN, kif, &nsn,
PF_IN            3590 net/pf.c       	if (direction == PF_IN)	{
PF_IN            3996 net/pf.c       			    direction == PF_IN ? "in" : "out",
PF_IN            4043 net/pf.c       	if (direction == PF_IN)	{
PF_IN            4142 net/pf.c       		if (direction == PF_IN)	{
PF_IN            4350 net/pf.c       			if (direction == PF_IN)	{
PF_IN            4402 net/pf.c       				if (direction == PF_IN) {
PF_IN            4457 net/pf.c       			if (direction == PF_IN)	{
PF_IN            4472 net/pf.c       				if (direction == PF_IN) {
PF_IN            4526 net/pf.c       			if (direction == PF_IN)	{
PF_IN            4541 net/pf.c       				if (direction == PF_IN) {
PF_IN            4579 net/pf.c       			if (direction == PF_IN)	{
PF_IN            4594 net/pf.c       				if (direction == PF_IN) {
PF_IN            4622 net/pf.c       			if (direction == PF_IN)	{
PF_IN            4637 net/pf.c       				if (direction == PF_IN) {
PF_IN            4688 net/pf.c       	if (direction == PF_IN)	{
PF_IN            4958 net/pf.c       	    (dir != PF_IN && dir != PF_OUT) || oifp == NULL)
PF_IN            5149 net/pf.c       	    (dir != PF_IN && dir != PF_OUT) || oifp == NULL)
PF_IN            5552 net/pf.c       	if (dir == PF_IN && action == PF_PASS && (pd.proto == IPPROTO_TCP ||
PF_IN            5928 net/pf.c       	if (dir == PF_IN && action == PF_PASS && (pd.proto == IPPROTO_TCP ||
PF_IN            1791 net/pf_ioctl.c 			if (direction == PF_IN) {
PF_IN            1808 net/pf_ioctl.c 				if (direction == PF_IN) {
PF_IN             967 net/pf_norm.c  		if (dir == PF_IN)
PF_IN              60 net/pfvar.h    enum	{ PF_INOUT, PF_IN, PF_OUT };
PF_IN             393 netinet/ip_input.c 	if (pf_test(PF_IN, m->m_pkthdr.rcvif, &m, NULL) != PF_PASS)
PF_IN             339 netinet6/ip6_input.c 	if (pf_test6(PF_IN, m->m_pkthdr.rcvif, &m, NULL) != PF_PASS)