Home
last modified time | relevance | path

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

/external/libnl/include/netlink/netfilter/
Dct.h104 extern void nfnl_ct_set_src_port(struct nfnl_ct *, int, uint16_t);
/external/libnl/src/lib/
Dct.c107 nfnl_ct_set_src_port(ct, reply, port); in nl_cli_ct_parse_src_port()
/external/libnl/lib/netfilter/
Dct.c186 nfnl_ct_set_src_port(ct, repl, in ct_parse_proto()
Dct_obj.c663 void nfnl_ct_set_src_port(struct nfnl_ct *ct, int repl, uint16_t port) in nfnl_ct_set_src_port() function