Searched refs:struct_field (Results 1 – 3 of 3) sorted by relevance
37 struct { int x; } struct_field; member54 out->struct_sz = bpf_core_field_size(in->struct_field); in test_core_size()55 out->struct_off = bpf_core_field_offset(in->struct_field); in test_core_size()
808 struct { int x; } struct_field; member818 struct { int x; int y; int z; } struct_field; member832 struct { int x; } struct_field; member843 struct { int x; } struct_field; member855 struct { int x; } struct_field; member
284 .struct_sz = sizeof(((type *)0)->struct_field), \285 .struct_off = offsetof(type, struct_field), \