Searched refs:bridge_to (Results 1 – 7 of 7) sorted by relevance
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.h | 117 char bridge_to[IFNAMSIZ]; member
|
| H A D | libpfctl.c | 910 strlcpy(rule->bridge_to, nvlist_get_string(nvl, "bridge_to"), in pfctl_nveth_rule_to_eth_rule() 1074 nvlist_add_string(nvl, "bridge_to", r->bridge_to); in pfctl_add_eth_rule()
|
| /freebsd/sbin/pfctl/ |
| H A D | parse.y | 538 char *bridge_to; member 670 %type <v.bridge_to> bridge 6500 const char *bridge_to, const char *anchor_call) in expand_eth_rule() argument 6551 if (bridge_to) in expand_eth_rule() 6552 strlcpy(r->bridge_to, bridge_to, sizeof(r->bridge_to)); in expand_eth_rule()
|
| H A D | pfctl_parser.c | 819 if (r->bridge_to[0]) in print_eth_rule() 820 printf(" bridge-to %s", r->bridge_to); in print_eth_rule()
|
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_ioctl.c | 568 if (rule->bridge_to) in pf_free_eth_rule() 569 pfi_kkif_unref(rule->bridge_to); in pf_free_eth_rule() 4238 rule->bridge_to = pfi_kkif_attach(bridge_to_kif, in pfioctl() 4240 pfi_kkif_ref(rule->bridge_to); in pfioctl() 4242 rule->bridge_to = NULL; in pfioctl()
|
| H A D | pf.c | 5636 struct pfi_kkif *bridge_to; in pf_test_eth_rule() local 5823 bridge_to = r->bridge_to; in pf_test_eth_rule() 5889 if (action == PF_PASS && bridge_to) { in pf_test_eth_rule() 5890 pf_bridge_to(bridge_to->pfik_ifp, *m0); in pf_test_eth_rule()
|
| /freebsd/sys/net/ |
| H A D | pfvar.h | 781 struct pfi_kkif *bridge_to; member
|