Searched refs:pd_p (Results 1 – 2 of 2) sorted by relevance
120 struct ip_vs_proto_data **pd_p; in unregister_ip_vs_proto_netns() local123 pd_p = &ipvs->proto_data_table[hash]; in unregister_ip_vs_proto_netns()124 for (; *pd_p; pd_p = &(*pd_p)->next) { in unregister_ip_vs_proto_netns()125 if (*pd_p == pd) { in unregister_ip_vs_proto_netns()126 *pd_p = pd->next; in unregister_ip_vs_proto_netns()
28 static struct cros_ec_platform pd_p = { variable248 PLATFORM_DEVID_AUTO, &pd_p, in cros_ec_register()