Home
last modified time | relevance | path

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

/third_party/libnl/lib/netfilter/
Dct_obj.c820 ct->ct_tstamp.start = start; in nfnl_ct_set_timestamp()
821 ct->ct_tstamp.stop = stop; in nfnl_ct_set_timestamp()
832 return &ct->ct_tstamp; in nfnl_ct_get_timestamp()
/third_party/libnl/include/netlink-private/
Dtypes.h937 struct nfnl_ct_timestamp ct_tstamp; member