Lines Matching full:gp
34 struct tcpbpf_globals g, *gp; in update_event_map() local
36 gp = bpf_map_lookup_elem(&global_map, &key); in update_event_map()
37 if (gp == NULL) { in update_event_map()
44 g = *gp; in update_event_map()
120 struct tcpbpf_globals g, *gp; in bpf_testcb() local
122 gp = bpf_map_lookup_elem(&global_map, &key); in bpf_testcb()
123 if (!gp) in bpf_testcb()
125 g = *gp; in bpf_testcb()
160 struct tcpbpf_globals g, *gp; in bpf_testcb() local
162 gp = bpf_map_lookup_elem(&global_map, &key); in bpf_testcb()
163 if (!gp) in bpf_testcb()
165 g = *gp; in bpf_testcb()