Home
last modified time | relevance | path

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

/external/libnl/lib/netfilter/
Dct_obj.c317 diff |= CT_DIFF_VAL(TCP_STATE, ct_protoinfo.tcp.state); in ct_compare()
447 ct->ct_protoinfo.tcp.state = state; in nfnl_ct_set_tcp_state()
458 return ct->ct_protoinfo.tcp.state; in nfnl_ct_get_tcp_state()
/external/libnl/include/netlink-private/
Dtypes.h924 union nfnl_ct_protoinfo ct_protoinfo; member