OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pf_state
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dist/pf/net/
if_pfsync.h
127
struct
pf_state
*sc_bulk_send_next;
128
struct
pf_state
*sc_bulk_terminator;
258
int pfsync_pack_state(u_int8_t, struct
pf_state
*, int);
pfvar.h
705
TAILQ_HEAD(pf_state_queue,
pf_state
);
718
TAILQ_HEAD(pf_statelist,
pf_state
);
736
/* keep synced with struct
pf_state
, used in RB_FIND */
743
struct
pf_state
{
struct
748
TAILQ_ENTRY(
pf_state
) entry_list;
749
TAILQ_ENTRY(
pf_state
) next;
750
RB_ENTRY(
pf_state
) entry_id;
1579
RB_HEAD(pf_state_tree_id,
pf_state
);
1580
RB_PROTOTYPE(pf_state_tree_id,
pf_state
,
1611
extern void pf_unlink_state(struct
pf_state
*);
[
all
...]
pf.c
190
struct
pf_state
*, int);
191
void pf_detach_state(struct
pf_state
*, int);
192
int pf_test_rule(struct pf_rule **, struct
pf_state
**,
200
int pf_test_state_tcp(struct
pf_state
**, int,
203
int pf_test_state_udp(struct
pf_state
**, int,
206
int pf_test_state_icmp(struct
pf_state
**, int,
209
int pf_test_state_other(struct
pf_state
**, int,
227
struct ifnet *, struct
pf_state
*,
230
struct ifnet *, struct
pf_state
*,
239
void pf_set_rt_ifp(struct
pf_state
*,
[
all
...]
pf_ioctl.c
140
struct pf_state_key *, struct
pf_state
*);
142
struct pf_state_key *, struct
pf_state
*);
240
pool_init(&pf_state_pl, sizeof(struct
pf_state
), 0, 0, 0, "pfstatepl",
253
pool_init(&pf_state_pl, sizeof(struct
pf_state
), 0, 0, 0, "pfstatepl",
365
struct
pf_state
*state;
1090
struct
pf_state
*s)
1141
struct
pf_state
*s)
1178
struct
pf_state
*s;
1190
bzero(s, sizeof(struct
pf_state
));
1870
struct
pf_state
*ps, *nexts
[
all
...]
if_pfsync.c
98
(sizeof(struct pfsync_header) + sizeof(struct
pf_state
))
249
struct
pf_state
*st = NULL;
356
struct
pf_state
*st;
427
struct
pf_state
*nexts;
1121
pfsync_pack_state(u_int8_t action, struct
pf_state
*st, int flags)
1442
struct
pf_state
*state;
pf_norm.c
1474
pf_normalize_tcp_cleanup(struct
pf_state
*state)
1486
u_short *reason, struct tcphdr *th, struct
pf_state
*state,
Completed in 708 milliseconds
Indexes created Tue Oct 14 10:09:51 GMT 2025