Home
last modified time | relevance | path

Searched refs:PF_ST_IFNAME (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h119 PF_ST_IFNAME = 3, /* string */ enumerator
H A Dpf_nl.c77 …{ .type = PF_ST_IFNAME, .arg = (const void *)IFNAMSIZ, .off = _OUT(ifname), .cb = nlattr_get_chara…
202 nlattr_add_string(nw, PF_ST_IFNAME, s->kif->pfik_name); in dump_state()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1939 { .type = PF_ST_IFNAME, .off = _OUT(ifname), .cb = snl_attr_store_ifname },
1989 snl_add_msg_attr_string(&nw, PF_ST_IFNAME, filter->ifname); in pfctl_get_states_h()