taglinefilesource code
masq905net/ipv4/ip_fw.cstruct ip_fw_masq *masq;
masq917net/ipv4/ip_fw.cmasq = (struct ip_fw_masq *) m;
masq919net/ipv4/ip_fw.cif (masq->tcp_timeout)
masq921net/ipv4/ip_fw.cip_masq_expire->tcp_timeout = masq->tcp_timeout;
masq924net/ipv4/ip_fw.cif (masq->tcp_fin_timeout)
masq926net/ipv4/ip_fw.cip_masq_expire->tcp_fin_timeout = masq->tcp_fin_timeout;
masq929net/ipv4/ip_fw.cif (masq->udp_timeout)
masq931net/ipv4/ip_fw.cip_masq_expire->udp_timeout = masq->udp_timeout;