Home | History | Annotate | Download | only in pfctl

Lines Matching defs:rtable

421 %token	QUEUE PRIORITY QLIMIT RTABLE
472 %type <v.rtableid> rtable
765 | NATANCHOR string interface af proto fromto rtable {
786 | RDRANCHOR string interface af proto fromto rtable {
828 | BINATANCHOR string interface af proto fromto rtable {
1028 | RTABLE number {
1030 yyerror("invalid rtable id");
1171 | RTABLE number {
1173 yyerror("invalid rtable id");
2161 | RTABLE number {
2163 yyerror("invalid rtable id");
3499 natrule : nataction interface af proto fromto tag tagged rtable
3666 tagged rtable redirection
3840 rtable : /* empty */ { $$ = -1; }
3841 | RTABLE number {
3843 yyerror("invalid rtable id");
4978 { "rtable", RTABLE},