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.y446 char *bridge_to; member
578 %type <v.bridge_to> bridge
5953 const char *bridge_to, const char *anchor_call) in expand_eth_rule() argument
6004 if (bridge_to) in expand_eth_rule()
6005 strlcpy(r->bridge_to, bridge_to, sizeof(r->bridge_to)); in expand_eth_rule()
H A Dpfctl_parser.c792 if (r->bridge_to[0]) in print_eth_rule()
793 printf(" bridge-to %s", r->bridge_to); in print_eth_rule()
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c550 if (rule->bridge_to) in pf_free_eth_rule()
551 pfi_kkif_unref(rule->bridge_to); in pf_free_eth_rule()
2943 rule->bridge_to = pfi_kkif_attach(bridge_to_kif, in pfioctl()
2945 pfi_kkif_ref(rule->bridge_to); in pfioctl()
2947 rule->bridge_to = NULL; in pfioctl()
H A Dpf.c4158 struct pfi_kkif *bridge_to; in pf_test_eth_rule() local
4341 bridge_to = r->bridge_to; in pf_test_eth_rule()
4407 if (action == PF_PASS && bridge_to) { in pf_test_eth_rule()
4408 pf_bridge_to(bridge_to->pfik_ifp, *m0); in pf_test_eth_rule()
/freebsd/sys/net/
H A Dpfvar.h740 struct pfi_kkif *bridge_to; member