Home
last modified time | relevance | path

Searched refs:jump_fast (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c148 static int jump_fast(struct ip_fw_chain *chain, struct ip_fw *f, int num,
150 #define JUMP(ch, f, num, targ, back) jump_fast(ch, f, num, targ, back)
1238 jump_fast(struct ip_fw_chain *chain, struct ip_fw *f, int num, in jump_fast() function