Home
last modified time | relevance | path

Searched refs:pd_p (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_proto.c125 struct ip_vs_proto_data **pd_p; in unregister_ip_vs_proto_netns() local
128 pd_p = &ipvs->proto_data_table[hash]; in unregister_ip_vs_proto_netns()
129 for (; *pd_p; pd_p = &(*pd_p)->next) { in unregister_ip_vs_proto_netns()
130 if (*pd_p == pd) { in unregister_ip_vs_proto_netns()
131 *pd_p = pd->next; in unregister_ip_vs_proto_netns()
/Linux-v4.19/drivers/mfd/
Dcros_ec.c37 static struct cros_ec_platform pd_p = { variable
50 .platform_data = &pd_p,
51 .pdata_size = sizeof(pd_p),