Home
last modified time | relevance | path

Searched refs:nfnl_ct_set_dst_port (Results 1 – 4 of 4) sorted by relevance

/external/libnl/include/netlink/netfilter/
Dct.h108 extern void nfnl_ct_set_dst_port(struct nfnl_ct *, int, uint16_t);
/external/libnl/src/lib/
Dct.c113 nfnl_ct_set_dst_port(ct, reply, port); in nl_cli_ct_parse_dst_port()
/external/libnl/lib/netfilter/
Dct.c189 nfnl_ct_set_dst_port(ct, repl, in ct_parse_proto()
Dct_obj.c685 void nfnl_ct_set_dst_port(struct nfnl_ct *ct, int repl, uint16_t port) in nfnl_ct_set_dst_port() function