taglinefilesource code
udp_prot125net/inet/proc.creturn get__netinfo(&udp_prot, buffer,1);
udp_prot733net/inet/sock.cprot=&udp_prot;
udp_prot1638net/inet/sock.cif(prot == &udp_prot)
udp_prot1798net/inet/sock.cudp_prot.sock_array[i] = NULL;
udp_prot583net/inet/sockinet.cprot=&udp_prot;
udp_prot1446net/inet/sockinet.cif(prot == &udp_prot)
udp_prot1622net/inet/sockinet.cudp_prot.sock_array[i] = NULL;
udp_prot111net/inet/udp.csk = get_sock(&udp_prot, th->source, daddr, th->dest, saddr);
udp_prot567net/inet/udp.csk = get_sock(&udp_prot, uh->dest, saddr, uh->source, daddr);
udp_prot630net/inet/udp.cstruct proto udp_prot = 
udp_prot31net/inet/udp.hextern struct proto udp_prot;