Home
last modified time | relevance | path

Searched refs:ct_protoinfo (Results 1 – 2 of 2) sorted by relevance

/external/libnl/lib/netfilter/
Dct_obj.c289 diff |= CT_DIFF_VAL(TCP_STATE, ct_protoinfo.tcp.state); in ct_compare()
419 ct->ct_protoinfo.tcp.state = state; in nfnl_ct_set_tcp_state()
430 return ct->ct_protoinfo.tcp.state; in nfnl_ct_get_tcp_state()
/external/libnl/include/
Dnetlink-types.h750 union nfnl_ct_protoinfo ct_protoinfo; member