Searched refs:pp_p (Results 1 – 1 of 1) sorted by relevance
99 struct ip_vs_protocol **pp_p; in unregister_ip_vs_protocol() local102 pp_p = &ip_vs_proto_table[hash]; in unregister_ip_vs_protocol()103 for (; *pp_p; pp_p = &(*pp_p)->next) { in unregister_ip_vs_protocol()104 if (*pp_p == pp) { in unregister_ip_vs_protocol()105 *pp_p = pp->next; in unregister_ip_vs_protocol()