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