Searched refs:t_type (Results 1 – 3 of 3) sorted by relevance
/external/bcc/src/lua/bcc/ |
D | table.lua | 34 function BaseTable:initialize(t_type, bpf, map_id, map_fd, key_type, leaf_type) 35 assert(t_type == libbcc.bpf_table_type_id(bpf.module, map_id)) 37 self.t_type = t_type 171 function BaseArray:initialize(t_type, bpf, map_id, map_fd, key_type, leaf_type) 172 BaseTable.initialize(self, t_type, bpf, map_id, map_fd, key_type, leaf_type) 371 local t_type = libbcc.bpf_table_type_id(bpf.module, id) 374 if t_type == BaseTable.BPF_MAP_TYPE_HASH then 376 elseif t_type == BaseTable.BPF_MAP_TYPE_ARRAY then 378 elseif t_type == BaseTable.BPF_MAP_TYPE_PERF_EVENT_ARRAY then 380 elseif t_type == BaseTable.BPF_MAP_TYPE_STACK_TRACE then [all …]
|
/external/iproute2/ip/ |
D | ipxfrm.c | 100 int t_type; member 117 if (!t->t_name || t->t_type == -1) in xfrm_xfrmproto_getbyname() 121 return t->t_type; in xfrm_xfrmproto_getbyname() 135 if (!t->t_name || t->t_type == -1) in strxf_xfrmproto() 138 if (t->t_type == proto) in strxf_xfrmproto() 160 if (!t->t_name || t->t_type == -1) in xfrm_algotype_getbyname() 164 return t->t_type; in xfrm_algotype_getbyname() 178 if (!t->t_name || t->t_type == -1) in strxf_algotype() 181 if (t->t_type == type) in strxf_algotype()
|
/external/tcpdump/ |
D | print-isakmp.c | 348 uint8_t t_type; /* Transform Type (ENCR,PRF,INTEG,etc.*/ member 1928 switch (t.t_type) { in ikev2_t_print() 1958 STR_OR_ID(t.t_type, ikev2_t_type_map), in ikev2_t_print() 1962 STR_OR_ID(t.t_type, ikev2_t_type_map), in ikev2_t_print()
|