xf_input         2345 net/if_bridge.c 			(*(tdb->tdb_xform->xf_input))(m, tdb, hlen, off);
xf_input          428 netinet/ip_ipsp.h 	int	(*xf_input)(struct mbuf *, struct tdb *, int, int); /* input */
xf_input          268 netinet/ipsec_input.c 	error = (*(tdbp->tdb_xform->xf_input))(m, tdbp, skip, protoff);