Searched refs:PF_MET_PSID (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.h | 170 PF_MET_PSID = 3, /* u16 */ enumerator
|
H A D | pf_nl.c | 486 {. type = PF_MET_PSID, .off = _OUT(psid), .cb = nlattr_get_uint16 }, 498 nlattr_add_u16(nw, PF_MET_PSID, m->psid); in nlattr_add_mape_portset()
|
/freebsd/lib/libpfctl/ |
H A D | libpfctl.c | 1161 snl_add_msg_attr_u16(nw, PF_MET_PSID, me->psid); in snl_add_msg_attr_mape() 1510 {. type = PF_MET_PSID, .off = _OUT(psid), .cb = snl_attr_get_uint16 },
|