taglinefilesource code
ms_p153net/ipv4/ip_masq.cstruct ip_masq ** ms_p;
ms_p162net/ipv4/ip_masq.cfor (ms_p = &ip_masq_m_tab[hash]; *ms_p ; ms_p = &(*ms_p)->m_link)
ms_p163net/ipv4/ip_masq.cif (ms == (*ms_p))  {
ms_p164net/ipv4/ip_masq.c*ms_p = ms->m_link;
ms_p171net/ipv4/ip_masq.cfor (ms_p = &ip_masq_s_tab[hash]; *ms_p ; ms_p = &(*ms_p)->s_link)
ms_p172net/ipv4/ip_masq.cif (ms == (*ms_p))  {
ms_p173net/ipv4/ip_masq.c*ms_p = ms->s_link;