Searched refs:PF_CS_IFNAME (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_nl.h | 339 PF_CS_IFNAME = 9, /* string */ enumerator
|
| H A D | pf_nl.c | 1121 { .type = PF_CS_IFNAME, .off = _OUT(psk_ifname), .arg = (void *)IFNAMSIZ, .cb = nlattr_get_chara },
|
| /freebsd/lib/libsysdecode/ |
| H A D | netlink.c | 337 { .type = PF_CS_IFNAME, .attr_name = "ifname", .cb = nlattr_decode_string },
|
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.c | 2128 snl_add_msg_attr_string(&nw, PF_CS_IFNAME, kill->ifname); in _pfctl_clear_states_h()
|