Home
last modified time | relevance | path

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

/dragonfly/sys/net/ipfw/
H A Dip_fw2.c2022 ipfw_state_update_tcp(struct ipfw_state *s, int dir, const struct tcphdr *tcp) in ipfw_state_update_tcp() function
2092 if (tcp != NULL && !ipfw_state_update_tcp(s, dir, tcp)) in ipfw_state_update()