Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h357 PF_NL_DST_PORT = 7, /* u16 */ enumerator
H A Dpf_nl.c1259 { .type = PF_NL_DST_PORT, .off = _OUT(dport), .cb = nlattr_get_uint16 },
1321 nlattr_add_u16(nw, PF_NL_DST_PORT, sk->port[didx]); in pf_handle_natlook()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c2478 { .type = PF_NL_DST_PORT, .off = _OUT(dport), .cb = snl_attr_get_uint16 },
2508 snl_add_msg_attr_u16(&nw, PF_NL_DST_PORT, k->dport); in pfctl_natlook()