Home
last modified time | relevance | path

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

/external/libnl/include/netlink/netfilter/
Dct.h65 extern void nfnl_ct_set_tcp_state(struct nfnl_ct *, uint8_t);
/external/libnl/src/lib/
Dct.c125 nfnl_ct_set_tcp_state(ct, state); in nl_cli_ct_parse_tcp_state()
/external/libnl/lib/netfilter/
Dct.c252 nfnl_ct_set_tcp_state(ct, in ct_parse_protoinfo_tcp()
Dct_obj.c444 void nfnl_ct_set_tcp_state(struct nfnl_ct *ct, uint8_t state) in nfnl_ct_set_tcp_state() function