Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h333 PF_NL_SRC_PORT = 6, /* u16 */ enumerator
H A Dpf_nl.c1246 { .type = PF_NL_SRC_PORT, .off = _OUT(sport), .cb = nlattr_get_uint16 },
1310 nlattr_add_u16(nw, PF_NL_SRC_PORT, sk->port[sidx]); in pf_handle_natlook()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c2444 { .type = PF_NL_SRC_PORT, .off = _OUT(sport), .cb = snl_attr_get_uint16 },
2475 snl_add_msg_attr_u16(&nw, PF_NL_SRC_PORT, k->sport); in pfctl_natlook()