Home
last modified time | relevance | path

Searched defs:table_struct (Results 1 – 3 of 3) sorted by relevance

/third_party/iptables/libiptc/
Dlibiptc.c2700 struct table_struct { in TC_STRERROR() struct
2701 void *fn; in TC_STRERROR()
2702 int err; in TC_STRERROR()
2703 const char *message; in TC_STRERROR()
/third_party/iptables/iptables/
Dnft.c3746 static struct table_struct { in nft_strerror() struct
3747 void *fn; in nft_strerror()
3748 int err; in nft_strerror()
3749 const char *message; in nft_strerror()
/third_party/flatbuffers/tests/
Dtest.cpp1009 auto table_struct = p->mutable_a(); in FixedLengthArraySpanTest() local