Searched defs:table_struct (Results 1 – 3 of 3) sorted by relevance
2700 struct table_struct { in TC_STRERROR() struct2701 void *fn; in TC_STRERROR()2702 int err; in TC_STRERROR()2703 const char *message; in TC_STRERROR()
3640 static struct table_struct { in nft_strerror() struct3641 void *fn; in nft_strerror()3642 int err; in nft_strerror()3643 const char *message; in nft_strerror()
4022 auto table_struct = p->mutable_a(); in FixedLengthArraySpanTest() local