Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/pfctl/
H A Dpfctl_parser.h113 struct node_if { struct
118 struct node_if *next; argument
119 struct node_if *tail; argument
H A Dparse.y346 int expand_altq(struct pf_altq *, struct node_if *,
352 int expand_skip_interface(struct node_if *);
394 struct node_if *interface;
1315 struct node_if *i, *j;
1333 j = calloc(1, sizeof(struct node_if));
2917 $$ = calloc(1, sizeof(struct node_if));
5144 FREE_LIST(struct node_if, interfaces); in expand_altq()
5238 FREE_LIST(struct node_if, interfaces); in expand_altq()
5374 FREE_LIST(struct node_if, interfaces); in expand_queue()
5544 FREE_LIST(struct node_if, interfaces); in expand_rule()
[all …]