Symbol: ipfw_xlat
sys/net/ipfw/ip_fw2.c
1585
ipfw_xlat_reap(struct ipfw_xlat *x, struct ipfw_xlat *slave_x)
sys/net/ipfw/ip_fw2.c
1614
struct ipfw_xlat *x = (struct ipfw_xlat *)s;
sys/net/ipfw/ip_fw2.c
1615
struct ipfw_xlat *slave_x = x->xlat_pair;
sys/net/ipfw/ip_fw2.c
1647
struct ipfw_xlat *x = nmsg->lmsg.u.ms_resultp;
sys/net/ipfw/ip_fw2.c
1648
struct ipfw_xlat *slave_x = x->xlat_pair;
sys/net/ipfw/ip_fw2.c
1683
ipfw_xlat_invalidate(struct ipfw_xlat *x)
sys/net/ipfw/ip_fw2.c
1693
struct ipfw_xlat *x, *slave_x;
sys/net/ipfw/ip_fw2.c
1735
x = (struct ipfw_xlat *)s;
sys/net/ipfw/ip_fw2.c
1788
ipfw_xlat_invalidate((struct ipfw_xlat *)s);
sys/net/ipfw/ip_fw2.c
2199
sz = sizeof(struct ipfw_xlat);
sys/net/ipfw/ip_fw2.c
2213
struct ipfw_xlat *x = (struct ipfw_xlat *)s;
sys/net/ipfw/ip_fw2.c
277
((struct ipfw_xlat *)(s))->xlat_invalid)
sys/net/ipfw/ip_fw2.c
2830
struct ipfw_xlat *x = (struct ipfw_xlat *)s;
sys/net/ipfw/ip_fw2.c
3110
ipfw_xlate(const struct ipfw_xlat *x, struct mbuf *m,
sys/net/ipfw/ip_fw2.c
3198
struct ipfw_xlat *x = nm->arg1;
sys/net/ipfw/ip_fw2.c
3240
ipfw_xlate_redispatch(struct mbuf *m, int cpuid, struct ipfw_xlat *x,
sys/net/ipfw/ip_fw2.c
3505
struct ipfw_xlat *x = args->xlat;
sys/net/ipfw/ip_fw2.c
4038
struct ipfw_xlat *slave_x, *x;
sys/net/ipfw/ip_fw2.c
4041
x = (struct ipfw_xlat *)s;
sys/net/ipfw/ip_fw2.c
4053
slave_x = (struct ipfw_xlat *)
sys/net/ipfw/ip_fw2.c
4150
struct ipfw_xlat *x =
sys/net/ipfw/ip_fw2.c
4151
(struct ipfw_xlat *)s;
sys/net/ipfw/ip_fw2.c
514
struct ipfw_xlat *xlat_pair; /* paired state */
sys/net/ipfw/ip_fw2.c
552
struct ipfw_xlat *ipfw_cont_xlat;
sys/net/ipfw/ip_fw2.c
5691
const struct ipfw_xlat *x = (const struct ipfw_xlat *)s;
sys/net/ipfw/ip_fw2.c
6742
const struct ipfw_xlat *x = (const struct ipfw_xlat *)s;
sys/net/ipfw/ip_fw2.h
393
struct ipfw_xlat *xlat; /* matching xlate */