Searched refs:ipstate_t (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13-stable/sys/netpfil/ipfilter/netinet/ |
| HD | ip_state.h | 80 } ipstate_t; typedef 229 ipstate_t *iss_list; 247 ipstate_t **iss_table; 277 ipstate_t *ipf_state_list; 278 ipstate_t **ipf_state_table; 302 ipstate_t **, u_int); 304 extern void ipf_state_deref(ipf_main_softc_t *, ipstate_t **); 307 extern ipstate_t *ipf_state_lookup(fr_info_t *, tcphdr_t *, ipftq_t **); 314 extern void ipf_state_setqueue(ipf_main_softc_t *, ipstate_t *, int); 315 extern void ipf_state_setpending(ipf_main_softc_t *, ipstate_t *); [all …]
|
| HD | ip_state.c | 145 static ipstate_t *ipf_checkicmp6matchingstate(fr_info_t *); 147 static int ipf_allowstateicmp(fr_info_t *, ipstate_t *, i6addr_t *); 148 static ipstate_t *ipf_matchsrcdst(fr_info_t *, ipstate_t *, i6addr_t *, 150 static ipstate_t *ipf_checkicmpmatchingstate(fr_info_t *); 153 static int ipf_state_del(ipf_main_softc_t *, ipstate_t *, int); 155 static int ipf_state_match(ipstate_t *is1, ipstate_t *is2); 156 static int ipf_state_matchaddresses(ipstate_t *is1, ipstate_t *is2); 157 static int ipf_state_matchipv4addrs(ipstate_t *is1, ipstate_t *is2); 158 static int ipf_state_matchipv6addrs(ipstate_t *is1, ipstate_t *is2); 159 static int ipf_state_matchisps(ipstate_t *is1, ipstate_t *is2); [all …]
|
| HD | ip_scan.c | 76 int ipf_scan_matchisc(ipscan_t *, ipstate_t *, int, int, int *); 77 int ipf_scan_match(ipstate_t *); 319 ipf_scan_matchisc(ipscan_t *isc, ipstate_t *is, int cl, int sl, int maxm[2]) in ipf_scan_matchisc() 384 ipf_scan_match(ipstate_t *is) in ipf_scan_match() 511 ipf_scan_packet(fr_info_t *fin, ipstate_t *is) in ipf_scan_packet()
|
| HD | ip_sync.c | 354 ipf_sync_storder(int way, ipstate_t *ips) in ipf_sync_storder() 645 ipstate_t *is, sn; in ipf_sync_state() 658 KMALLOC(is, ipstate_t *); in ipf_sync_state() 673 bzero((char *)is, offsetof(ipstate_t, is_die)); in ipf_sync_state() 675 sizeof(*is) - offsetof(ipstate_t, is_die)); in ipf_sync_state() 1106 ipstate_t *ips; in ipf_sync_update()
|
| HD | ip_ftp_pxy.c | 582 if (ipf_state_add(softc, &fi, (ipstate_t **)&ftp->ftp_pendstate, in ipf_p_ftp_addport() 911 if (ipf_state_add(softc, &fi, (ipstate_t **)&ftp->ftp_pendstate, in ipf_p_ftp_pasvreply()
|
| HD | ip_rpcb_pxy.c | 1106 ipstate_t *is; in ipf_p_rpcb_getnat()
|
| HD | fil.c | 7572 ipf_state_deref(softc, (ipstate_t **)datap);
|
| /freebsd-13-stable/sbin/ipf/libipf/ |
| HD | printstate.c | 12 ipstate_t * 13 printstate(ipstate_t *sp, int opts, u_long now) in printstate()
|
| HD | printstatefields.c | 73 printstatefield(ipstate_t *sp, int fieldnum) in printstatefield()
|
| /freebsd-13-stable/sbin/ipf/ipfstat/ |
| HD | ipfstat.c | 134 static int state_matcharray(ipstate_t *, int *); 145 static ipstate_t *fetchstate(ipstate_t *, ipstate_t *); 1065 ipstate_t *is; in showipstates() 1089 ipstate_t ips; in showipstates() 1290 ipstate_t ips; in topipstates() 2106 ipstate_t *fetchstate(ipstate_t *src, ipstate_t *dst) in fetchstate() 2156 static int state_matcharray(ipstate_t *stp, int *array) in state_matcharray()
|
| /freebsd-13-stable/sbin/ipf/common/ |
| HD | ipf.h | 323 extern void printstatefield(ipstate_t *, int); 352 extern void printstatefield(ipstate_t *, int);
|
| /freebsd-13-stable/contrib/ipfilter/ |
| HD | ip_fil_compat.c | 1145 ipstate_t **iss_table; 1146 ipstate_t *iss_list; 1172 ipstate_t **iss_table; 1173 ipstate_t *iss_list; 4378 ipstate_t *is = (ipstate_t *)current; 4450 ipstate_t *is = (ipstate_t *)current;
|
| HD | HISTORY | 469 fix up ip_statesync() with storing interface names in ipstate_t
|