Home
last modified time | relevance | path

Searched refs:bridge_to (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libpfctl/
H A Dlibpfctl.h115 char bridge_to[IFNAMSIZ]; member
H A Dlibpfctl.c901 strlcpy(rule->bridge_to, nvlist_get_string(nvl, "bridge_to"), in pfctl_nveth_rule_to_eth_rule()
1065 nvlist_add_string(nvl, "bridge_to", r->bridge_to); in pfctl_add_eth_rule()
/freebsd/sbin/pfctl/
H A Dparse.y448 char *bridge_to; member
580 %type <v.bridge_to> bridge
5977 const char *bridge_to, const char *anchor_call) in expand_eth_rule() argument
6028 if (bridge_to) in expand_eth_rule()
6029 strlcpy(r->bridge_to, bridge_to, sizeof(r->bridge_to)); in expand_eth_rule()
H A Dpfctl_parser.c791 if (r->bridge_to[0]) in print_eth_rule()
792 printf(" bridge-to %s", r->bridge_to); in print_eth_rule()
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c548 if (rule->bridge_to) in pf_free_eth_rule()
549 pfi_kkif_unref(rule->bridge_to); in pf_free_eth_rule()
3142 rule->bridge_to = pfi_kkif_attach(bridge_to_kif, in pfioctl()
3144 pfi_kkif_ref(rule->bridge_to); in pfioctl()
3146 rule->bridge_to = NULL; in pfioctl()
H A Dpf.c4599 struct pfi_kkif *bridge_to; in pf_test_eth_rule() local
4789 bridge_to = r->bridge_to; in pf_test_eth_rule()
4855 if (action == PF_PASS && bridge_to) { in pf_test_eth_rule()
4856 pf_bridge_to(bridge_to->pfik_ifp, *m0); in pf_test_eth_rule()
/freebsd/sys/net/
H A Dpfvar.h755 struct pfi_kkif *bridge_to; member